File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ export default function CommunityCard({ showRewards = true, community }: Communi
59
59
} , [ colors ] ) ;
60
60
61
61
return (
62
- < ThemeWrapper colors = { community . colors } >
62
+ < ThemeWrapper colors = { community . colors } className = "mt-2 md:mt-0" >
63
63
< 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" >
65
65
< div className = "flex-grow" >
66
66
< div className = "flex flex-col justify-between space-y-5 sm:flex-row lg:flex-col 2xl:flex-row" >
67
67
< 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" >
You can’t perform that action at this time.
0 commit comments