From 25ae1ee6a93bf8f72ddd0aab2bf0c6659b72b767 Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 12 Sep 2025 20:52:41 +0530 Subject: [PATCH] corrections updated --- components/sections/home2/Banner.js | 8 ++++---- public/assets/css/module-css/banner.css | 11 +++++++++-- public/assets/css/style.css | 7 +++++++ 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index 4508bf3..56a6963 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -46,7 +46,7 @@ export default function Banner() { className="content-box" style={{ background: 'white', - padding: '50px', + padding: '35px', borderRadius: '15%', opacity: 0.8 }} @@ -77,7 +77,7 @@ export default function Banner() { className="content-box" style={{ background: 'white', - padding: '50px', + padding: '35px', borderRadius: '15%', opacity: 0.8 }} @@ -108,7 +108,7 @@ export default function Banner() { className="content-box" style={{ background: 'white', - padding: '50px', + padding: '35px', borderRadius: '15%', opacity: 0.8 }} @@ -139,7 +139,7 @@ export default function Banner() { className="content-box" style={{ background: 'white', - padding: '50px', + padding: '35px', borderRadius: '15%', opacity: 0.8 }} diff --git a/public/assets/css/module-css/banner.css b/public/assets/css/module-css/banner.css index d22deef..1bb003f 100644 --- a/public/assets/css/module-css/banner.css +++ b/public/assets/css/module-css/banner.css @@ -201,6 +201,13 @@ transition: all 1000ms ease; } +@media (max-width: 425px) { + .banner-carousel .content-box .upper-text { + font-size: 18px; + line-height: 28px; + } +} + .banner-carousel .swiper-slide-active .content-box .upper-text{ opacity: 1; -webkit-transition-delay: 700ms; @@ -623,8 +630,8 @@ } .banner-carousel .content-box h2{ - font-size: 36px; - line-height: 55px; + font-size: 28px; + line-height: 38px; } .banner-style-three .content-box .shape{ diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 8c2be8d..2c73b4e 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -546,6 +546,13 @@ /* border: 1px solid #fff; */ } + @media (max-width: 425px) { + .theme-btn span { + font-size: 14px; + padding: 12px 24px 12px 24px; + } + } + .theme-btn span:before { position: absolute; content: '';