forked from rebillar/site-accueil-insa
fix la désactivation du menu pc
This commit is contained in:
parent
0fff477e3b
commit
b0c8260a07
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue