fix: styles

This commit is contained in:
Cory Dransfeldt 2024-03-14 12:51:37 -07:00
parent 738db20dd8
commit b84bb155f5
No known key found for this signature in database
3 changed files with 8 additions and 4 deletions

View file

@ -14,11 +14,11 @@
width: var(--sizing-base);
}
h2 {
.media__grid--header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
h2:first-of-type {
.media__grid--header:first-of-type {
margin-top: 0;
}