fix navbar offsets
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
@media screen and (max-width: 860px) {
|
||||
.nav {
|
||||
height: 3rem;
|
||||
}
|
||||
@@ -101,6 +101,12 @@
|
||||
.mobile {
|
||||
display: inherit;
|
||||
}
|
||||
.menumobile {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
.logoutmobile {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* FOR TESTING MOBILE NAV WITHOUT DEVTOOLS */
|
||||
|
||||
Reference in New Issue
Block a user