feat: video galleries

This commit is contained in:
Ben Goldsworthy 2025-05-05 21:27:09 +02:00
parent 5a1e4fc252
commit ff9c90f68b
No known key found for this signature in database
2 changed files with 44 additions and 19 deletions

View file

@ -9,4 +9,18 @@
grid-column-end: -1;
grid-column-start: 1;
}
& .figure {
margin-trim: unset;
@supports not (margin-trim: block) {
&:first-child {
margin-block-start: 16px;
}
&:last-child {
margin-block-end: unset;
}
}
}
}