Index: client/src/Dashboard/components/Forum.jsx
===================================================================
--- client/src/Dashboard/components/Forum.jsx	(revision 1f20dcf3b8cf36394e2b47f2b2d0e38fae9f2b84)
+++ client/src/Dashboard/components/Forum.jsx	(revision 65e83c237df251ae096b2b7929fa73b7ce407ad2)
@@ -614,5 +614,5 @@
               ) : (
                 // Replace your current grid container with this responsive grid
-                <div className="grid grid-cols-1 md:grid-cols-2 2xl:grid-cols-2 3xl:grid-cols-4 gap-4 lg:gap-6">
+                <div className="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-4 gap-4 lg:gap-6">
                   {posts.map((post) => (
                     <div
