We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1e110 commit c621ab8Copy full SHA for c621ab8
src/components/sections/homepage/Communities.tsx
@@ -31,7 +31,7 @@ export default function CommunitiesSection({ communities }: { communities: Commu
31
<div className="message-bubble">{t("page.index.communities.subtitle")}</div>
32
</div>
33
34
- <div className="mt-7 grid grid-cols-1 lg:grid-cols-2 gap-x-5 gap-y-0.5 lg:gap-y-5 md:gap-y-5 justify-stretch-items">
+ <div className="mt-5 md:mt-7 grid grid-cols-1 lg:grid-cols-2 gap-x-5 gap-y-0.5 lg:gap-y-5 md:gap-y-5 justify-stretch-items">
35
{communities?.map((community) => (
36
<CommunityCard key={community.id} community={community} />
37
))}
0 commit comments