Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db1576eee1 | |||
| 2e88132fbd | |||
| 1fde70b4df | |||
| 8c938728d7 |
@@ -6657,13 +6657,13 @@ blockquote cite {
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: -710px;
|
top: -710px;
|
||||||
height: 645px;
|
height: 645px;
|
||||||
width: 100%;
|
width: 80vw;
|
||||||
background-image: url(../images/about-us-main.jpg);
|
background-image: url(../images/about-us-main.jpg);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
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 {
|
.appie-about-page-content::before {
|
||||||
width: 94vw;
|
width: 94vw;
|
||||||
}
|
}
|
||||||
@@ -6672,19 +6672,19 @@ blockquote cite {
|
|||||||
.appie-about-page-content::before {
|
.appie-about-page-content::before {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
} */
|
}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.appie-about-page-content::before {
|
.appie-about-page-content::before {
|
||||||
display: none;
|
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 {
|
.appie-about-page-content::before {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
} */
|
}
|
||||||
|
|
||||||
.appie-how-it-work-content > .title {
|
.appie-how-it-work-content > .title {
|
||||||
font-size: 44px;
|
font-size: 44px;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ function HeroAbout() {
|
|||||||
<div className="appie-about-top-title-area">
|
<div className="appie-about-top-title-area">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-12">
|
<div className="col-lg-7">
|
||||||
<div className="appie-about-top-title">
|
<div className="appie-about-top-title">
|
||||||
<h2 className="title">Plan and reward accomplishment with ease.</h2>
|
<h2 className="title">Plan and reward accomplishment with ease.</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export default function Right() {
|
|||||||
{/* <div className='px-2 w-100 mb-2'> */}
|
{/* <div className='px-2 w-100 mb-2'> */}
|
||||||
<div className='color-purple text-center mb-2'>
|
<div className='color-purple text-center mb-2'>
|
||||||
{/* <h3 className='color-purple font-25 mb-10'>Ask our <span>❛❛<span className='color-blue italic'>wrench</span>Agent❜❜</span> Generative AI to assist</h3> */}
|
{/* <h3 className='color-purple font-25 mb-10'>Ask our <span>❛❛<span className='color-blue italic'>wrench</span>Agent❜❜</span> Generative AI to assist</h3> */}
|
||||||
<h3 className='color-purple font-25 mb-10'>Ask our ❛❛<span className='color-blue italic'>Wrench</span><span className='color-purple'>Agent</span>❜❜ Generative AI to assist</h3>
|
<h3 className='color-purple font-25 mb-10'>Ask our ❛❛<span className='color-blue italic'>wrench</span><span className='color-purple'>Agent</span>❜❜ Generative AI to assist</h3>
|
||||||
<h3 className='font_black font-20 mb-10'>❛❛Recommend 4 summer chores for a 12 years old❜❜</h3>
|
<h3 className='font_black font-20 mb-10'>❛❛Recommend 4 summer chores for a 12 years old❜❜</h3>
|
||||||
</div>
|
</div>
|
||||||
{/* </div> */}
|
{/* </div> */}
|
||||||
|
|||||||
Reference in New Issue
Block a user