fix: static nav on mobile
This commit is contained in:
@ -406,6 +406,7 @@ img:not(.no-hover):hover {
|
|||||||
@media only screen and (max-device-width: 480px) {
|
@media only screen and (max-device-width: 480px) {
|
||||||
.nav {
|
.nav {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
position: static;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user