Blog font size updated
This commit is contained in:
parent
71117fbe1a
commit
98da0616df
@ -105,7 +105,7 @@
|
||||
|
||||
.accordion .acc-btn h5 {
|
||||
display: block;
|
||||
font-size: 16px !important;
|
||||
font-size: 15px !important;
|
||||
line-height: 30px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@ -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{
|
||||
font-size: 26px !important;
|
||||
font-size: 30px !important;
|
||||
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{
|
||||
padding: 190px 0px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user