From 5d6de26f110efbec5c0c4176c60dbdae47c6dde0 Mon Sep 17 00:00:00 2001 From: Prakash Kumar Date: Sat, 24 Jan 2026 20:21:03 +0530 Subject: [PATCH] fix:responsive layout for joinCommunity component in smaller screens --- src/components/Sections/JoinCommunity.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Sections/JoinCommunity.tsx b/src/components/Sections/JoinCommunity.tsx index 331aa0cd8ae..4eb8094f4b6 100644 --- a/src/components/Sections/JoinCommunity.tsx +++ b/src/components/Sections/JoinCommunity.tsx @@ -5,10 +5,10 @@ import Join from "@site/static/img/Homepage/Join.png"; import { InlineLink } from "./Components"; export function JoinCommunity() { - return (
-
+ sm:w-[87vw] sm:my-6 sm:p-4 sm:flex-col mobile:my-4 mobile:p-3 mobile:mt-[80px] sm:mt-[180px]"> +
Join the Community
Subscribe to Mailing List
- +
) } \ No newline at end of file