fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-09-11 15:28:49 -07:00
parent b178203a09
commit 77b1c23b7d
No known key found for this signature in database
4 changed files with 11 additions and 3 deletions

View file

@ -8,6 +8,10 @@
}
}
.icon-link + .media-grid {
margin-top: var(--spacing-base);
}
.media-grid {
display: grid;
gap: var(--spacing-sm);

View file

@ -9,6 +9,10 @@ a:active > .watching.hero::after {
border-color: var(--accent-color-hover);
}
.icon-link + .watching.grid {
margin-top: var(--spacing-base);
}
.watching {
& img {
border-radius: var(--border-radius-slight);