chore(*): minor cleanup + formatting

This commit is contained in:
Cory Dransfeldt 2025-06-16 10:46:54 -07:00
parent 81afe237f7
commit 49e21d574e
No known key found for this signature in database
8 changed files with 35 additions and 34 deletions

View file

@ -354,10 +354,11 @@ time {
}
.tags {
font-size: var(--font-size-sm);
display: flex;
flex-wrap: wrap;
gap: var(--spacing-sm);
margin: 0;
&.tags-small {
font-size: var(--font-size-sm);
}
}
article {