Compare commits

..

No commits in common. "9b6225eb50984c36273c00524ae56e58807fce40" and "e5769d243613214c8023ec43a56336583be23390" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -167,7 +167,7 @@ export default function MobileBanner() {
className={`content-box custom-content-box ${slide.contentStyle || ''}`} className={`content-box custom-content-box ${slide.contentStyle || ''}`}
> >
<span className="upper-text mb-2 ">{slide.upperText}</span> <span className="upper-text mb-2 ">{slide.upperText}</span>
<h2 style={{fontSize:"32px !important", lineHeight:"42px"}}> <h2>
{slide.title} {slide.titleSpan} {slide.titleEnd} {slide.title} {slide.titleSpan} {slide.titleEnd}
</h2> </h2>
<p>{slide.subtitle}</p> <p>{slide.subtitle}</p>

View File

@ -223,8 +223,8 @@
@media (max-width: 500px) { @media (max-width: 500px) {
.banner-carousel .content-box h2 { .banner-carousel .content-box h2 {
color: #bc0000 !important; color: #bc0000 !important;
font-size: 28px !important; font-size: 24px;
line-height: 36px !important; line-height: 24px;
} }
} }
@ -650,8 +650,8 @@
} }
.banner-carousel .content-box h2 { .banner-carousel .content-box h2 {
font-size: 28px !important; font-size: 28px;
line-height: 38px !important line-height: 38px;
} }
.banner-style-three .content-box .shape { .banner-style-three .content-box .shape {