feat: better font size of article menu

This commit is contained in:
jeffreytse 2021-07-04 00:36:33 +08:00
parent 089d93c09a
commit f731907323

View file

@ -23,7 +23,7 @@
@for $i from 2 to 7 {
.h-h#{$i} {
padding-inline-start: $indent + ($i - 2) * $base-font-size * 1.3;
font-size: $base-font-size * 1.2;
font-size: $base-font-size * 1.1;
line-height: 1.4;
}
}