From e20a5109aa08c2365fb93e20827e59bb94b24a34 Mon Sep 17 00:00:00 2001 From: akash Date: Tue, 16 Sep 2025 23:15:31 +0530 Subject: [PATCH] HOme page mobile view imgae correction updated --- public/assets/css/module-css/about.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/assets/css/module-css/about.css b/public/assets/css/module-css/about.css index 620890c..8effe92 100644 --- a/public/assets/css/module-css/about.css +++ b/public/assets/css/module-css/about.css @@ -575,6 +575,16 @@ } +@media only screen and (max-width: 426px) { + + .image_block_three .image-box .image-1 img{ + width: 100%; + border-radius: 20px; + display: none !important; +} + +} +