Merge master into text-case-adjust

This commit is contained in:
victorAnumudu
2024-06-24 15:32:06 +01:00
4 changed files with 16 additions and 9 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
@@ -11,7 +11,7 @@ import Security from "../../assets/images/security.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" }}
+1 -1
View File
@@ -5,7 +5,7 @@ function HeroAbout() {
<div className="appie-about-top-title-area">
<div className="container">
<div className="row">
<div className="col-lg-7">
<div className="col-12">
<div className="appie-about-top-title">
<h2 className="title">Plan and reward accomplishment with ease.</h2>
</div>
+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>