summaryrefslogtreecommitdiffstats
path: root/src/components/ProjectsList
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-27 11:48:57 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-27 11:48:57 +0100
commitd5d8a461f0ee8abdd5f19a6f5a7a288b1f025724 (patch)
tree3dc071692baed3889e153d8fca37119a0d5c38c5 /src/components/ProjectsList
parente9c68e4b3ddcfe638bc611f421d55f372e0100e9 (diff)
chore: update project preview appearance
Diffstat (limited to 'src/components/ProjectsList')
-rw-r--r--src/components/ProjectsList/ProjectsList.module.scss2
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;