diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-02 18:57:29 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-03 15:22:24 +0200 |
| commit | 732d0943f8041d76262222a092b014f2557085ef (patch) | |
| tree | 16f6f76648b479a9591400ab15bb3e9c914f2226 /src/components/organisms/layout/cards-list.module.scss | |
| parent | ca921d7536cfe950b5a7d442977bbf900b48faf4 (diff) | |
chore: add homepage
Diffstat (limited to 'src/components/organisms/layout/cards-list.module.scss')
| -rw-r--r-- | src/components/organisms/layout/cards-list.module.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/organisms/layout/cards-list.module.scss b/src/components/organisms/layout/cards-list.module.scss index 9fe428c..2763585 100644 --- a/src/components/organisms/layout/cards-list.module.scss +++ b/src/components/organisms/layout/cards-list.module.scss @@ -1,12 +1,10 @@ @use "@styles/abstracts/placeholders"; .wrapper { - --card-width: 30ch; - display: grid; grid-template-columns: repeat( auto-fit, - min(calc(100vw - (var(--spacing-md) * 2)), var(--card-width)) + min(calc(100vw - (var(--spacing-md) * 2)), var(--card-width, 30ch)) ); gap: var(--spacing-sm); place-content: center; |
