changed easy steps layout in home page
This commit is contained in:
+25
-10
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user