From 30d3489ca15b3ec16b93c312b0f517cd1bead1cd Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 18 May 2022 22:43:22 +0200 Subject: chore: fix minor styles/typescript issues introduced during refactoring --- src/components/molecules/layout/card.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/molecules/layout/card.module.scss') diff --git a/src/components/molecules/layout/card.module.scss b/src/components/molecules/layout/card.module.scss index 3af8f24..6065642 100644 --- a/src/components/molecules/layout/card.module.scss +++ b/src/components/molecules/layout/card.module.scss @@ -33,7 +33,8 @@ .title { flex: 1; - margin: var(--spacing-sm) 0; + margin-top: var(--spacing-sm); + margin-bottom: var(--spacing-sm); } h2.title { -- cgit v1.2.3