changed easy steps layout in home page

This commit is contained in:
victorAnumudu
2023-03-31 11:00:53 +01:00
parent 7af3f8d80b
commit ab16f833d9
10 changed files with 138 additions and 222 deletions
+25 -10
View File
@@ -2319,6 +2319,14 @@ p {
background-repeat: no-repeat;
background-size: auto;
}
.appie-service-area.features-section{
background: #fff;
position: relative;
background-position: 92% 100%;
background-repeat: no-repeat;
background-size: auto;
}
.appie-service-area.appie-service-3-area {
background: none;
}
@@ -2786,26 +2794,33 @@ p {
color: #2b70fa;
margin-bottom: 8px;
}
.appie-features-content {
background: #eef1f6;
border-radius: 6px;
padding: 20px;
}
.appie-features-content .title {
font-size: 44px;
line-height: 54px;
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.appie-features-content .title {
font-size: 36px;
line-height: 44px;
font-size: 18px;
line-height: 24px;
}
}
@media (max-width: 767px) {
.appie-features-content .title {
font-size: 30px;
line-height: 40px;
font-size: 18px;
line-height: 24px;
}
}
.appie-features-content p {
font-size: 18px;
line-height: 28px;
font-size: 16px;
line-height: 20px;
padding-bottom: 30px;
}
@@ -2936,13 +2951,13 @@ p {
@media only screen and (min-width: 768px) and (max-width: 991px) {
.appie-features-thumb {
text-align: center;
margin-top: 50px;
margin-top: 10px;
}
}
@media (max-width: 767px) {
.appie-features-thumb {
text-align: center;
margin-top: 50px;
margin-top: 10px;
}
}