summaryrefslogtreecommitdiffstats
path: root/src/components/organisms
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-05-23 23:08:33 +0200
committerArmand Philippot <git@armandphilippot.com>2022-05-23 23:08:33 +0200
commit525ea4c39c4965d9f6f7941cf203e56190d0ec1c (patch)
tree625af4a8988d4f23512b437f064174f55a9e617e /src/components/organisms
parentc51b5d9a5f217f8aa59c4bdcb04eb3c87f5129b3 (diff)
chore: adjust cards list spacing
Diffstat (limited to 'src/components/organisms')
-rw-r--r--src/components/organisms/layout/cards-list.module.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/organisms/layout/cards-list.module.scss b/src/components/organisms/layout/cards-list.module.scss
index 2763585..6274b93 100644
--- a/src/components/organisms/layout/cards-list.module.scss
+++ b/src/components/organisms/layout/cards-list.module.scss
@@ -1,3 +1,4 @@
+@use "@styles/abstracts/mixins" as mix;
@use "@styles/abstracts/placeholders";
.wrapper {
@@ -11,6 +12,12 @@
align-items: stretch;
justify-items: stretch;
+ @include mix.media("screen") {
+ @include mix.dimensions(null, "sm") {
+ gap: var(--spacing-lg);
+ }
+ }
+
&--ordered {
@extend %reset-ordered-list;
}