Right align mempool logo on mobile with dual logos
This commit is contained in:
@@ -9,6 +9,7 @@ fa-icon {
|
||||
.navbar {
|
||||
z-index: 100;
|
||||
min-height: 64px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
li.nav-item {
|
||||
@@ -86,6 +87,13 @@ li.nav-item {
|
||||
height: 65px;
|
||||
}
|
||||
|
||||
.navbar-brand.dual-logos {
|
||||
justify-content: space-between;
|
||||
@media (max-width: 767.98px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
box-shadow: 0px 0px 15px 0px #000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user