Skip to content

Commit 8373ace

Browse files
authored
add indent on docs dropdown (#615)
1 parent b284f19 commit 8373ace

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_scss/_main.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,14 @@ body {
878878

879879
list-style: none;
880880
padding-left: 10px;
881+
882+
li {
883+
@media (min-width: 768px) {
884+
&:last-child {
885+
margin-bottom: 10px;
886+
}
887+
}
888+
}
881889
}
882890

883891
@media (max-width: 767px) {

0 commit comments

Comments
 (0)