From dd9ca3ab8b3664ff8fe70cbb0d4b822a77b0ac19 Mon Sep 17 00:00:00 2001 From: Praveen Patro Date: Sat, 30 Sep 2023 16:48:31 +0530 Subject: [PATCH] Update Section1.css --- src/pages/home/sections/section1/Section1.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/home/sections/section1/Section1.css b/src/pages/home/sections/section1/Section1.css index 454e2c2..c9582d9 100644 --- a/src/pages/home/sections/section1/Section1.css +++ b/src/pages/home/sections/section1/Section1.css @@ -22,6 +22,17 @@ align-items: center; flex-direction: column; } +@media only screen and (min-width: 767px){ + .codeutsava__section1-body { + width: auto; + } + .codeutsava__section1-image img{ + width: 100%; + } + .codeutsava__section1-menu{ + width: 100%; + } +} .codeutsava__section1-menu { display: flex; flex-direction: column; @@ -99,7 +110,7 @@ display: flex; flex-direction: row; } -@media only screen and (max-width: 1024px){ +@media only screen and (max-width: 650px){ .codeutsava__section1-discord{ margin-right: 18px; }