Fix home strings

This commit is contained in:
dev-chiefworks
2022-06-25 17:41:35 -04:00
parent 9699b38d3a
commit 4d63d33585
5 changed files with 41 additions and 15 deletions
+2 -2
View File
@@ -2199,7 +2199,7 @@ p {
}
.appie-page-title-area {
height: 450px;
height: 400px;
background-image: url(../images/service-back.jpg);
background-size: cover;
background-position: center;
@@ -2208,7 +2208,7 @@ p {
align-items: center;
}
.appie-page-title-area.appie-page-service-title-area {
height: 450px;
height: 400px;
background-image: url(../images/service-back.jpg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {