aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/images/gallery.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/images/gallery.module.scss')
-rw-r--r--src/components/organisms/images/gallery.module.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/organisms/images/gallery.module.scss b/src/components/organisms/images/gallery.module.scss
index f4faa63..31960a4 100644
--- a/src/components/organisms/images/gallery.module.scss
+++ b/src/components/organisms/images/gallery.module.scss
@@ -2,8 +2,6 @@
@use "../../../styles/abstracts/placeholders";
.wrapper {
- @extend %reset-list;
-
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: var(--spacing-sm);