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