feat: better font size of article menu
This commit is contained in:
parent
089d93c09a
commit
f731907323
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
@for $i from 2 to 7 {
|
@for $i from 2 to 7 {
|
||||||
.h-h#{$i} {
|
.h-h#{$i} {
|
||||||
padding-inline-start: $indent + ($i - 2) * $base-font-size * 1.3;
|
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;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue