fix la désactivation du menu pc

This commit is contained in:
thaaoblues 2023-04-29 15:52:00 +02:00
parent 0fff477e3b
commit b0c8260a07

View file

@ -61,6 +61,14 @@ margin: 0 10px;
/* Add styles for smartphones screens */
@media all and (max-width: 800px) {
.menu{
visibility: hidden;
height: 0px;
}
/* Style the navigation menu */
.topnav {
visibility: visible;