From e13001edb7ae2f93297bae7986b244b6e389e311 Mon Sep 17 00:00:00 2001 From: Narayan Date: Sat, 27 Jan 2024 19:26:42 +0530 Subject: [PATCH 1/2] fix(alumini): add media queries for alumini section --- src/components/Alumni/Alumni.module.css | 42 ++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/src/components/Alumni/Alumni.module.css b/src/components/Alumni/Alumni.module.css index 32ec33e..9a909e1 100644 --- a/src/components/Alumni/Alumni.module.css +++ b/src/components/Alumni/Alumni.module.css @@ -19,8 +19,48 @@ color: transparent; } + +@media screen and (max-width:1450px ) +{ + .alumni { + --items: 1.9; + } + +} + +@media screen and (max-width: 1400px) { + .alumni { + --items: 1.8; + } +} + +@media screen and (max-width: 1315px ) { + .alumni { + --items: 1.65; + } +} + +@media screen and (max-width: 1220px) { + .alumni { + --items: 1.5; + } +} + +@media screen and (max-width: 1125px) { + .alumni { + --items: 1.35; + } +} + +@media screen and (max-width: 1050px) { + .alumni { + --items: 1.2; + } + +} + @media screen and (max-width: 1024px) { .alumni { --items: 1; } -} +} \ No newline at end of file From 774a2178b2fd744a54685d061c6d25e19a3c1d04 Mon Sep 17 00:00:00 2001 From: Narayan Date: Sat, 27 Jan 2024 19:41:43 +0530 Subject: [PATCH 2/2] fix(alumini): add media queries for alumini section --- src/components/Alumni/Alumni.module.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/Alumni/Alumni.module.css b/src/components/Alumni/Alumni.module.css index 9a909e1..1dd32c0 100644 --- a/src/components/Alumni/Alumni.module.css +++ b/src/components/Alumni/Alumni.module.css @@ -20,13 +20,6 @@ } -@media screen and (max-width:1450px ) -{ - .alumni { - --items: 1.9; - } - -} @media screen and (max-width: 1400px) { .alumni {