fix: font size
This commit is contained in:
parent
44cd28b408
commit
ce27944f3f
3 changed files with 5 additions and 5 deletions
|
@ -67,8 +67,8 @@
|
|||
}
|
||||
|
||||
&.sub-meta {
|
||||
font-size: var(--font-size-xs);
|
||||
line-height: var(--line-height-xs);
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: var(--line-height-sm);
|
||||
}
|
||||
|
||||
&.title,
|
||||
|
|
Reference in a new issue