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 */
|
/* Add styles for smartphones screens */
|
||||||
@media all and (max-width: 800px) {
|
@media all and (max-width: 800px) {
|
||||||
|
|
||||||
|
|
||||||
|
.menu{
|
||||||
|
visibility: hidden;
|
||||||
|
height: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Style the navigation menu */
|
/* Style the navigation menu */
|
||||||
.topnav {
|
.topnav {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
|
Loading…
Reference in a new issue