Commit 5a758c56 by Félicie

Revert "sandwich menu adjusted"

This reverts commit 6b6c53bc.
parent 6b6c53bc
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
display: none; display: none;
} }
@media screen and (max-width: 1146px) { @media screen and (max-width: 992px) {
/* When the screen is less than 1146px pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */ /* When the screen is less than 992 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
.topnav a:not(:first-child) {display: none;} .topnav a:not(:first-child) {display: none;}
.topnav a.icon { .topnav a.icon {
float: right; float: right;
...@@ -65,4 +65,4 @@ ...@@ -65,4 +65,4 @@
#deconnect { #deconnect {
float: none; float: none;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment