Skip to content

Commit 27baa31

Browse files
committed
hamberger menu for small screens
1 parent 317245f commit 27baa31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/theme-lava.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,11 @@ nav .container {
842842
float: left !important;
843843
}
844844
.sidebar-menu-toggle {
845-
display: none;
845+
display: block;
846+
position: fixed;
847+
top: 17px;
848+
right: 24px;
849+
color: #222222 !important;
846850
}
847851
.mobile-menu-toggle {
848852
display: block;

0 commit comments

Comments
 (0)