banner corrections updated
This commit is contained in:
parent
6f4743fb83
commit
ccd5d3b352
@ -280,13 +280,13 @@
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
color: var(--secondary-color);
|
||||
color: #bc0000;
|
||||
}
|
||||
|
||||
.banner-carousel .content-box h2 span:before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
background: var(--secondary-color);
|
||||
background: #bc0000;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
left: 0px;
|
||||
@ -753,16 +753,16 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: 500px) and (max-width: 768px) {
|
||||
.banner-slide:nth-child(1) .custom-content-box.mobile-style h2 {
|
||||
font-size: 45px;
|
||||
line-height: 1;
|
||||
.banner-slide:nth-child(1) .custom-content-box.mobile-style, .custom-content-box.with-background, h2 {
|
||||
font-size: 50px !important;
|
||||
line-height: 1 !important;
|
||||
}
|
||||
|
||||
.banner-slide:nth-child(1) .custom-content-box.mobile-style .upper-text {
|
||||
.banner-slide:nth-child(1) .custom-content-box.mobile-style .upper-text, .custom-content-box.with-background .upper-text {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.banner-slide:nth-child(1) .custom-content-box.mobile-style .theme-btn span {
|
||||
.banner-slide:nth-child(1) .custom-content-box.mobile-style .theme-btn span, .custom-content-box.with-background .theme-btn span {
|
||||
font-size: 16px;
|
||||
padding: 15px 20px !important;
|
||||
}
|
||||
|
||||
@ -3306,7 +3306,7 @@
|
||||
background: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
@media (min-width: 768px) and (max-width: 1024px) {
|
||||
.custom-content-box.mobile-style {
|
||||
top: 190px;
|
||||
background: white;
|
||||
@ -3315,6 +3315,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.custom-content-box.with-background {
|
||||
top: 170px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.custom-content-box.mobile-style {
|
||||
/* background: white; */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user