We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cddcf5 commit 5587b0bCopy full SHA for 5587b0b
src/components/cards/landing-page-card.tsx
@@ -9,7 +9,7 @@ interface IProps {
9
export const LandingPageCard = ({ title, body }: IProps) => {
10
return (
11
<React.Fragment>
12
- <Card className='landing-page-card'>
+ <Card className='landing-page-card' style={{ marginBottom: '20px' }}>
13
<CardHeader>
14
<CardTitle>{title}</CardTitle>
15
</CardHeader>
0 commit comments