From 380f13faa5da48188d697ffebf5a04dd8f6b627f Mon Sep 17 00:00:00 2001 From: GCET CSE 2022 <163174127+GCET-CSE2022@users.noreply.github.com> Date: Sat, 25 May 2024 12:50:50 +0530 Subject: [PATCH] Update index3.css --- Numan/css/index3.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Numan/css/index3.css b/Numan/css/index3.css index b38165c..2fac150 100644 --- a/Numan/css/index3.css +++ b/Numan/css/index3.css @@ -43,7 +43,7 @@ .main-body { display: grid; - grid-template-columns: repeat(auto-fill, minmax(250px, 2fr)); + grid-template-columns: repeat(auto-fill, minmax(35vmin, 2fr)); gap: 40px; width: 70%; max-width: 80vw; @@ -155,4 +155,4 @@ a { .sections li { list-style: none; margin-bottom: 1rem; -} \ No newline at end of file +}