initial commit

This commit is contained in:
victorAnumudu
2024-06-24 02:39:12 +01:00
parent 0ba975b6be
commit fa05d0864a
3 changed files with 15 additions and 8 deletions
+12 -5
View File
@@ -2313,6 +2313,13 @@ p {
}
}
.appie-blog-item{
background-color: #F1F8FF;
padding: 20px;
min-height: 350px;
border-radius: 10px
}
@media screen and (min-width: 688px) and (max-width: 1031px) {
/* Your CSS styles for this viewport size */
.appie-blog-item{
@@ -6650,13 +6657,13 @@ blockquote cite {
left: 0;
top: -710px;
height: 645px;
width: 80vw;
width: 100%;
background-image: url(../images/about-us-main.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
/* @media only screen and (min-width: 992px) and (max-width: 1200px) {
.appie-about-page-content::before {
width: 94vw;
}
@@ -6665,19 +6672,19 @@ blockquote cite {
.appie-about-page-content::before {
width: 100%;
}
}
} */
@media (max-width: 767px) {
.appie-about-page-content::before {
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
/* @media only screen and (min-width: 576px) and (max-width: 767px) {
.appie-about-page-content::before {
width: 100%;
height: 400px;
display: block;
}
}
} */
.appie-how-it-work-content > .title {
font-size: 44px;
+1 -1
View File
@@ -10,7 +10,7 @@ import Seamless from "../../assets/images/seamless.png";
function ServiceItem(props) {
return (
<div
className={`appie-single-service-2 appie-single-service-about item-${props.index} mt-30 wow animated fadeInUp`}
className={`mt-0 p-4 appie-single-service-2 appie-single-service-about item-${props.index} wow animated fadeInUp`}
data-wow-duration="2000ms"
data-wow-delay={`${props.delay}ms`}
style={{ cursor: "default" }}
+2 -2
View File
@@ -4,11 +4,11 @@ import AboutTextComponent from '../AboutText/AboutText';
function ServicesAbout() {
return (
<>
<section className="appie-services-2-area pt-90 pb-55" id="service">
<section className="appie-services-2-area pt-20" id="service">
<div className="container">
<div className="row align-items-end">
<div className="col-12 col-lg-8">
<div className="appie-section-title">
<div className="appie-section-title pb-0">
<h3 className="appie-title">Were driven by your values</h3>
{/* <p>{servicesContent.subTitle}</p> */}
</div>