diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-27 11:48:57 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-27 11:48:57 +0100 |
| commit | d5d8a461f0ee8abdd5f19a6f5a7a288b1f025724 (patch) | |
| tree | 3dc071692baed3889e153d8fca37119a0d5c38c5 /src/components/ProjectsList/ProjectsList.module.scss | |
| parent | e9c68e4b3ddcfe638bc611f421d55f372e0100e9 (diff) | |
chore: update project preview appearance
Diffstat (limited to 'src/components/ProjectsList/ProjectsList.module.scss')
| -rw-r--r-- | src/components/ProjectsList/ProjectsList.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProjectsList/ProjectsList.module.scss b/src/components/ProjectsList/ProjectsList.module.scss index 6a77aa9..fbed08d 100644 --- a/src/components/ProjectsList/ProjectsList.module.scss +++ b/src/components/ProjectsList/ProjectsList.module.scss @@ -3,7 +3,7 @@ .list { --items: 4; - --items-size: 35ch; + --items-size: 31ch; @extend %reset-list; |
