expand bug fix

This commit is contained in:
zzossig 2020-01-25 22:31:25 +09:00
parent faa3722442
commit 0dac2d6177
2 changed files with 4 additions and 3 deletions

View File

@ -17,8 +17,7 @@
} }
li { li {
font-family: $title-font; font-size: 14.4px;
font-size: 15.2px;
margin: 0 0 0.525rem 2rem !important; margin: 0 0 0.525rem 2rem !important;
&:first-child { &:first-child {
@ -32,6 +31,8 @@
} }
&--toc { &--toc {
font-family: $title-font;
font-size: 15.2px;
li { li {
list-style-type: '📂 '; list-style-type: '📂 ';
li { li {