assets/css/common.css in appscms-tools-theme-2.5.4 vs assets/css/common.css in appscms-tools-theme-2.5.5
- old
+ new
@@ -87,16 +87,16 @@
/**********************
FEATURE H1/H2 STYLE CSS
***********************/
.home1-top-h1 {
line-height: 60px;
- font-size: 42px;
+ font-size: 35px;
}
.feature1-h1 {
line-height: 70px;
- font-size: 42px;
+ font-size: 35px;
font-weight: 700;
color: rgb(33, 33, 33);
text-align: center;
margin: 0px;
}
@@ -438,10 +438,12 @@
@media (max-width:768px) {
.home1-top-h1,
.feature1-h1 {
- font-size: 2rem;
+ padding-bottom: 1rem;
+ margin-bottom: 0px;
+ font-size: 20px;
text-align: center;
line-height: initial;
}
.home1-top-h2,
\ No newline at end of file