7 lines
93 B
SCSS
7 lines
93 B
SCSS
@use '../theme';
|
|
|
|
.Gallery {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: theme.$spacer-2xs;
|
|
}
|