corrections updated

This commit is contained in:
Selvi 2025-09-12 20:52:41 +05:30
parent d3efcc6f49
commit 25ae1ee6a9
3 changed files with 20 additions and 6 deletions

View File

@ -46,7 +46,7 @@ export default function Banner() {
className="content-box" className="content-box"
style={{ style={{
background: 'white', background: 'white',
padding: '50px', padding: '35px',
borderRadius: '15%', borderRadius: '15%',
opacity: 0.8 opacity: 0.8
}} }}
@ -77,7 +77,7 @@ export default function Banner() {
className="content-box" className="content-box"
style={{ style={{
background: 'white', background: 'white',
padding: '50px', padding: '35px',
borderRadius: '15%', borderRadius: '15%',
opacity: 0.8 opacity: 0.8
}} }}
@ -108,7 +108,7 @@ export default function Banner() {
className="content-box" className="content-box"
style={{ style={{
background: 'white', background: 'white',
padding: '50px', padding: '35px',
borderRadius: '15%', borderRadius: '15%',
opacity: 0.8 opacity: 0.8
}} }}
@ -139,7 +139,7 @@ export default function Banner() {
className="content-box" className="content-box"
style={{ style={{
background: 'white', background: 'white',
padding: '50px', padding: '35px',
borderRadius: '15%', borderRadius: '15%',
opacity: 0.8 opacity: 0.8
}} }}

View File

@ -201,6 +201,13 @@
transition: all 1000ms ease; 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{ .banner-carousel .swiper-slide-active .content-box .upper-text{
opacity: 1; opacity: 1;
-webkit-transition-delay: 700ms; -webkit-transition-delay: 700ms;
@ -623,8 +630,8 @@
} }
.banner-carousel .content-box h2{ .banner-carousel .content-box h2{
font-size: 36px; font-size: 28px;
line-height: 55px; line-height: 38px;
} }
.banner-style-three .content-box .shape{ .banner-style-three .content-box .shape{

View File

@ -546,6 +546,13 @@
/* border: 1px solid #fff; */ /* border: 1px solid #fff; */
} }
@media (max-width: 425px) {
.theme-btn span {
font-size: 14px;
padding: 12px 24px 12px 24px;
}
}
.theme-btn span:before { .theme-btn span:before {
position: absolute; position: absolute;
content: ''; content: '';