From d32bf37626c65222eb1997042bab7d9d29587e1e Mon Sep 17 00:00:00 2001 From: Sunny <77166237+bashSunny101@users.noreply.github.com> Date: Sun, 5 Oct 2025 04:07:57 +0530 Subject: [PATCH] fix: utilize full width on community page for mobile view - Adjusted media queries to allow the community page to use full available width on smaller screens - Improved readability and responsive layout Signed-off-by: Sunny <77166237+bashSunny101@users.noreply.github.com> --- assets/css/community.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/community.css b/assets/css/community.css index b3ce6c47e9..75e577a99b 100644 --- a/assets/css/community.css +++ b/assets/css/community.css @@ -267,11 +267,11 @@ @media screen and (max-width: 500px) { .container-resources { - padding-right: 2rem; + padding-right: 0rem; } .child { - width: 75%; + width: 100%; row-gap: 2.5rem; }