Fixing the navbar on mobile devices
This commit is contained in:
parent
aa0d88424b
commit
904a7abd86
|
@ -2559,3 +2559,13 @@ table img {
|
|||
position: absolute;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
/* Fix for navbar on mobile devices */
|
||||
@media (max-width: 768px) {
|
||||
.navbar-nav {
|
||||
display: grid !important;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
grid-template-columns: 0fr 1fr 1fr;
|
||||
grid-gap: 0.25em;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user