fix: styles

This commit is contained in:
Cory Dransfeldt 2024-01-28 10:14:36 -08:00
parent f5766d42a8
commit 5ca6316f99
No known key found for this signature in database

View file

@ -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;