Blog font size updated

This commit is contained in:
akash 2025-10-16 18:25:40 +05:30
parent 71117fbe1a
commit 98da0616df
2 changed files with 14 additions and 3 deletions

View File

@ -105,7 +105,7 @@
.accordion .acc-btn h5 { .accordion .acc-btn h5 {
display: block; display: block;
font-size: 16px !important; font-size: 15px !important;
line-height: 30px; line-height: 30px;
font-weight: 600; font-weight: 600;
} }

View File

@ -111,12 +111,23 @@
} }
@media only screen and (max-width: 768px) and (min-width:200px){ @media only screen and (max-width: 426px) and (min-width:200px){
.page-title h1{ .page-title h1{
font-size: 26px !important; font-size: 30px !important;
line-height: 36px; line-height: 36px;
} }
.sec-title .sub-title {
position: relative;
display: inline-block;
font-size: 20px !important;
line-height: 34px;
font-family: var(--soleil);
color: var(--theme-color);
letter-spacing: 0.8px;
margin-bottom: 15px;
}
.page-title{ .page-title{
padding: 190px 0px; padding: 190px 0px;
} }