corrections updated
This commit is contained in:
parent
d3efcc6f49
commit
25ae1ee6a9
@ -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
|
||||
}}
|
||||
|
||||
@ -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{
|
||||
|
||||
@ -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: '';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user