Skip to content

Commit 8a1e110

Browse files
committed
fix: community card in the home page
1 parent 118dfbd commit 8a1e110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/cards/community/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export default function CommunityCard({ showRewards = true, community }: Communi
5959
}, [colors]);
6060

6161
return (
62-
<ThemeWrapper colors={community.colors}>
62+
<ThemeWrapper colors={community.colors} className="mt-2 md:mt-0">
6363
<div onClick={() => router.push(path)} className="block h-full hover:cursor-pointer">
64-
<div className="flex flex-col h-full p-6 pb-3 space-y-5 divide-y-2 group bg-theme-primary text-theme-text divide-dotted divide-theme-accent">
64+
<div className="flex flex-col h-full p-6 space-y-5 divide-y-2 group bg-theme-primary text-theme-text divide-dotted divide-theme-accent">
6565
<div className="flex-grow">
6666
<div className="flex flex-col justify-between space-y-5 sm:flex-row lg:flex-col 2xl:flex-row">
6767
<div className="text-.5xl md:text-2xl max-w-sm min-h-2xs md:min-h-3xs lg:min-h-2xs xl:min-h-2xs font-medium pb-5">

0 commit comments

Comments
 (0)