Commit 71aaa718 by Félicie

sandwich menu adjusted

parent 5a758c56
Pipeline #1534 passed with stage
in 1 minute 32 seconds
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
display: none; display: none;
} }
@media screen and (max-width: 992px) { @media screen and (max-width: 1146px) {
/* 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) */ /* 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) */
.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