Skip to content

Commit 5587b0b

Browse files
committed
landing page cards
Issue: AAH-2172
1 parent 8cddcf5 commit 5587b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/landing-page-card.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface IProps {
99
export const LandingPageCard = ({ title, body }: IProps) => {
1010
return (
1111
<React.Fragment>
12-
<Card className='landing-page-card'>
12+
<Card className='landing-page-card' style={{ marginBottom: '20px' }}>
1313
<CardHeader>
1414
<CardTitle>{title}</CardTitle>
1515
</CardHeader>

0 commit comments

Comments
 (0)