feat: video galleries
This commit is contained in:
parent
5a1e4fc252
commit
ff9c90f68b
2 changed files with 44 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue