From 99ba66c201e81990e40fe418b1cff541b15c454c Mon Sep 17 00:00:00 2001 From: Xenon010101 Date: Fri, 5 Jun 2026 01:34:15 +0530 Subject: [PATCH] fix: adjust stats grid to use responsive 2-/4-column layout (#998) --- .../src/module/student/opensource/components/GuideListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/module/student/opensource/components/GuideListPage.tsx b/client/src/module/student/opensource/components/GuideListPage.tsx index b27d2ac8c..cf77ee89a 100644 --- a/client/src/module/student/opensource/components/GuideListPage.tsx +++ b/client/src/module/student/opensource/components/GuideListPage.tsx @@ -97,7 +97,7 @@ export default function GuideListPage({ initial={{ opacity: 0, y: 20 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.5, delay: 0.1 }} - className="grid grid-cols-3 gap-4 mb-8" + className="grid grid-cols-2 md:grid-cols-4 gap-4 mb-8" > {[ { icon: Icon, value: totalSteps, label: "Sections", iconColor },