chore: semantic spacing

This commit is contained in:
Cory Dransfeldt 2024-09-02 11:26:43 -07:00
parent ad70959201
commit 8bba16778e
No known key found for this signature in database
27 changed files with 148 additions and 140 deletions

View file

@ -6,7 +6,7 @@ p + .associated-media,
img + .associated-media,
.banner + .associated-media,
youtube-video + .associated-media {
margin-top: var(--sizing-base);
margin-top: var(--spacing-base);
border-top: var(--border-gray)
}
@ -25,11 +25,11 @@ youtube-video + .associated-media {
}
& ~ youtube-video {
margin-top: var(--sizing-base);
margin-top: var(--spacing-base);
}
& + .associated-media {
margin-top: var(--sizing-base);
margin-top: var(--spacing-base);
border-top: var(--border-gray);
}
}