banner font size reduced

This commit is contained in:
Selvi 2025-09-17 17:55:44 +05:30
parent db638b9d36
commit 6f4743fb83

View File

@ -1,4 +1,3 @@
/** banner-section **/
.banner-section {
@ -723,53 +722,48 @@
}
@media (max-width: 1440px) {
.bg-layer.bg-slide-0 {
background-position: left -350px center !important;
}
}
@media (max-width: 1200px) {
.bg-layer.bg-slide-0 {
background-position: left -550px center !important;
}
}
@media (max-width: 1024px) {
.bg-layer.bg-slide-0 {
background-position: left -720px center !important;
}
}
@media (max-width: 992px) {
.bg-layer.bg-slide-0 {
background-position: left -780px center !important;
}
}
@media (max-width: 768px) and (min-width: 500px) {
.bg-layer.bg-slide-0 {
background-position: left -790px center !important;
background-position: left -500px center !important;
}
}
@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 .upper-text {
font-size: 20px;
}
.banner-slide:nth-child(1) .custom-content-box.mobile-style .theme-btn span {
font-size: 16px;
padding: 15px 20px !important;
}
}