added about page
This commit was merged in pull request #7.
This commit is contained in:
@@ -2269,7 +2269,7 @@ p {
|
||||
|
||||
.appie-page-title-area {
|
||||
height: 250px;
|
||||
background-image: url(../images/service-back.jpg);
|
||||
background-image: url(/assets/images/service-back.jpg);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
@@ -2278,7 +2278,7 @@ p {
|
||||
}
|
||||
.appie-page-title-area.appie-page-service-title-area {
|
||||
height: 400px;
|
||||
background-image: url(../images/service-back.jpg);
|
||||
background-image: url(/assets/images/service-back.jpg);
|
||||
}
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
.appie-page-title-area.appie-page-service-title-area {
|
||||
@@ -6642,7 +6642,7 @@ blockquote cite {
|
||||
opacity: 2.9;
|
||||
}
|
||||
.appie-about-page-content a {
|
||||
color: red;
|
||||
color: red !important;
|
||||
border: 2px solid #fff;
|
||||
border-radius: 10px;
|
||||
padding: 0px 10px;
|
||||
@@ -6654,7 +6654,7 @@ blockquote cite {
|
||||
}
|
||||
.appie-about-page-content a:hover {
|
||||
background: #fff;
|
||||
color: #2b70fa;
|
||||
color: #2b70fa !important;
|
||||
}
|
||||
.appie-about-page-content::before {
|
||||
position: absolute;
|
||||
@@ -6663,7 +6663,7 @@ blockquote cite {
|
||||
top: -710px;
|
||||
height: 645px;
|
||||
width: 80vw;
|
||||
background-image: url(../images/about-us-main.jpg);
|
||||
background-image: url(/assets/images/about-us-main.jpg);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user