fix: styles
This commit is contained in:
parent
f5766d42a8
commit
5ca6316f99
1 changed files with 6 additions and 1 deletions
|
@ -349,7 +349,6 @@ article [rel="author"],
|
|||
article time {
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: var(--line-height-sm);
|
||||
height: 1rem;
|
||||
margin-right: .25rem;
|
||||
}
|
||||
|
||||
|
@ -497,6 +496,12 @@ footer nav {
|
|||
line-height: var(--line-height-3xl);
|
||||
}
|
||||
|
||||
/* articles */
|
||||
article [rel="author"],
|
||||
article time {
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
/* lists */
|
||||
ul, ol {
|
||||
padding-left: 2.5rem;
|
||||
|
|
Reference in a new issue