From 525ea4c39c4965d9f6f7941cf203e56190d0ec1c Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 23 May 2022 23:08:33 +0200 Subject: chore: adjust cards list spacing --- src/components/molecules/layout/card.tsx | 2 +- src/components/organisms/layout/cards-list.module.scss | 7 +++++++ src/styles/pages/projects.module.scss | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/molecules/layout/card.tsx b/src/components/molecules/layout/card.tsx index 68e364a..7bbd040 100644 --- a/src/components/molecules/layout/card.tsx +++ b/src/components/molecules/layout/card.tsx @@ -77,7 +77,7 @@ const Card: FC = ({ {title} - {tagline &&
{tagline}
} +
{tagline}
{meta && (