Skip to content

Commit affca44

Browse files
Update style.scss
1 parent cb6ce6a commit affca44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ ul.topnav li a:hover {background-color: #555;}
3232
/* Hide the list item that contains the link that should open and close the topnav on small screens */
3333
ul.topnav li.icon {display: none;}
3434

35-
@media screen and (max-width:680px) {
35+
@media screen and (max-width:700px) {
3636
ul.topnav li:not(:first-child) {display: none;}
3737
ul.topnav li.icon {
3838
float: right;
3939
display: inline-block;
4040
}
4141
}
4242

43-
@media screen and (max-width:680px) {
43+
@media screen and (max-width:700px) {
4444
ul.topnav.responsive {position: relative;}
4545
ul.topnav.responsive li.icon {
4646
position: absolute;

0 commit comments

Comments
 (0)