We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6ce6a commit affca44Copy full SHA for affca44
assets/css/style.scss
@@ -32,15 +32,15 @@ ul.topnav li a:hover {background-color: #555;}
32
/* Hide the list item that contains the link that should open and close the topnav on small screens */
33
ul.topnav li.icon {display: none;}
34
35
-@media screen and (max-width:680px) {
+@media screen and (max-width:700px) {
36
ul.topnav li:not(:first-child) {display: none;}
37
ul.topnav li.icon {
38
float: right;
39
display: inline-block;
40
}
41
42
43
44
ul.topnav.responsive {position: relative;}
45
ul.topnav.responsive li.icon {
46
position: absolute;
0 commit comments