Skip to content

Commit 61a7fbd

Browse files
committed
adjust card styles
1 parent a6c1c6f commit 61a7fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/get-eth.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ type CardProps = {
5252
}
5353

5454
const StyledCard = ({ children, emoji, title, description }: CardProps) => (
55-
<Card className="flex flex-col rounded-sm">
55+
<Card className="flex flex-col rounded-sm border">
5656
<CardHeader className="space-y-4">
5757
<Emoji text={emoji} className="text-5xl leading-none" />
5858
<CardTitle>{title}</CardTitle>
5959
</CardHeader>
60-
<CardContent className="flex-1">
60+
<CardContent className="flex-1 px-6">
6161
<p>{description}</p>
6262
</CardContent>
6363
<CardFooter>{children}</CardFooter>

0 commit comments

Comments
 (0)