Skip to content

Commit dadd6b6

Browse files
committed
Fix sidenav on mobile
1 parent cc8509b commit dadd6b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/css/style-v16.css

+11
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,17 @@ nav ul#nav-mobile a {
126126
font-weight: normal;
127127
}
128128

129+
@media only screen and (max-width: 992px) {
130+
.sidenav li > a {
131+
height: 1.7em;
132+
line-height: 1.7em;
133+
padding: 0 0 0 1em;
134+
font-size: 1.2em;
135+
font-weight: normal;
136+
}
137+
138+
}
139+
129140
.sidenav.sidenav-fixed ul.collapsible-accordion a.collapsible-header {
130141
padding: 0 30px;
131142
}

0 commit comments

Comments
 (0)