fix: flex! 💪

This commit is contained in:
Cory Dransfeldt 2024-06-14 15:30:05 -07:00
parent 793884947f
commit 088a8b775a
No known key found for this signature in database
3 changed files with 10 additions and 6 deletions

View file

@ -22,6 +22,10 @@
height: calc(var(--sizing-3xl) * 1.5);
}
& .presentation {
display: flex;
}
& .meta,
& .presentation {
justify-content: start;