From a08291b1586858fc894a27d56f55f87a88f8dbd3 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 20 Apr 2022 19:24:21 +0200 Subject: refactor(storybook): reorganize design system Add more stories for each components and change some components categories for better organization. --- src/components/molecules/layout/card.module.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (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 2b1b7dc..85c319a 100644 --- a/src/components/molecules/layout/card.module.scss +++ b/src/components/molecules/layout/card.module.scss @@ -17,10 +17,6 @@ justify-content: flex-start; } - .footer { - margin-top: var(--spacing-md); - } - .cover { align-self: flex-start; max-height: fun.convert-px(150); @@ -46,6 +42,7 @@ .tagline { flex: 1; + margin-bottom: var(--spacing-md); color: var(--color-fg); font-weight: 400; } -- cgit v1.2.3