diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-23 23:08:33 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-23 23:08:33 +0200 |
| commit | 525ea4c39c4965d9f6f7941cf203e56190d0ec1c (patch) | |
| tree | 625af4a8988d4f23512b437f064174f55a9e617e /src/components/molecules/layout/card.tsx | |
| parent | c51b5d9a5f217f8aa59c4bdcb04eb3c87f5129b3 (diff) | |
chore: adjust cards list spacing
Diffstat (limited to 'src/components/molecules/layout/card.tsx')
| -rw-r--r-- | src/components/molecules/layout/card.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<CardProps> = ({ {title} </Heading> </header> - {tagline && <div className={styles.tagline}>{tagline}</div>} + <div className={styles.tagline}>{tagline}</div> {meta && ( <footer className={styles.footer}> <Meta |
