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 },