mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-18 21:21:25 +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 {
|
||||
top: -2.7vw;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
width: 15vw;
|
||||
height: 15vw;
|
||||
|
@ -107,8 +108,9 @@
|
|||
</li>
|
||||
</ul>
|
||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||
<a href="/login.html"><button type="button"
|
||||
class="btn btn-outline-success mt-auto mb-auto mr-3">Login</button></a>
|
||||
<div class="my-4">
|
||||
<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>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue