punkfairie-site/src/style/components/_Gallery.scss
2023-06-08 16:31:48 -07:00

7 lines
93 B
SCSS

@use '../theme';
.Gallery {
display: flex;
flex-wrap: wrap;
gap: theme.$spacer-2xs;
}