fix: styles

This commit is contained in:
Cory Dransfeldt 2024-03-14 13:11:03 -07:00
parent 9e5ab23705
commit 3037690277
No known key found for this signature in database
6 changed files with 11 additions and 9 deletions

View file

@ -3,11 +3,12 @@
--grid-vertical: repeat(3,minmax(0,1fr));
}
.media__grid--header {
.now__section--header,
.recent__links-header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
.media__grid--header:first-of-type {
.now__section--header:first-of-type {
margin-top: 0;
}