chore: style tweaks

This commit is contained in:
Cory Dransfeldt 2024-01-28 16:09:30 -08:00
parent afcdc286ea
commit 278ddec3eb
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -17,13 +17,17 @@
flex-direction: column;
}
.blog__banner > h4,
.blog__banner > strong,
.blog__banner > p,
.blog__banner .meta {
margin-top: 0;
margin-bottom: var(--blog-roll-spacing);
}
.blog__banner > strong {
font-size: var(--font-size-lg);
}
@media screen and (min-width: 768px) {
:root {
--grid: repeat(3,minmax(0,1fr));