fix: static nav on mobile

This commit is contained in:
daudix-UFO
2023-11-10 00:08:34 +03:00
parent 8cb64945de
commit 72f8610179

View File

@ -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;
} }
} }