mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-23 08:46:50 +01:00
about-us.html - Fixed Login button margin
This commit is contained in:
parent
c4e739a7bc
commit
22e486d8ff
1 changed files with 6 additions and 4 deletions
|
@ -71,6 +71,7 @@
|
||||||
.card-img-overlay {
|
.card-img-overlay {
|
||||||
top: -2.7vw;
|
top: -2.7vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
width: 15vw;
|
width: 15vw;
|
||||||
height: 15vw;
|
height: 15vw;
|
||||||
|
@ -107,8 +108,9 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||||
<a href="/login.html"><button type="button"
|
<div class="my-4">
|
||||||
class="btn btn-outline-success mt-auto mb-auto mr-3">Login</button></a>
|
<a href="login.html"><button type="button" class="btn btn-outline-success mt-auto mb-auto mr-3">Login</button></a>
|
||||||
|
</div>
|
||||||
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue