Compare commits

...

4 Commits

Author SHA1 Message Date
victorAnumudu db1576eee1 about revert 2024-06-24 18:11:36 +01:00
victorAnumudu 2e88132fbd Merge master into text-case-adjust 2024-06-24 15:32:06 +01:00
victorAnumudu 1fde70b4df initial commit 2024-06-24 15:25:52 +01:00
ameye 8c938728d7 Merge branch 'blog-item-adjust' of WrenchBoard/WrenchBoardMainSite into master 2024-06-24 13:37:44 +00:00
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -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;
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>&#x275B;&#x275B;<span className='color-blue italic'>wrench</span>Agent&#x275C;&#x275C;</span> Generative AI to assist</h3> */} {/* <h3 className='color-purple font-25 mb-10'>Ask our <span>&#x275B;&#x275B;<span className='color-blue italic'>wrench</span>Agent&#x275C;&#x275C;</span> Generative AI to assist</h3> */}
<h3 className='color-purple font-25 mb-10'>Ask our &#x275B;&#x275B;<span className='color-blue italic'>Wrench</span><span className='color-purple'>Agent</span>&#x275C;&#x275C; Generative AI to assist</h3> <h3 className='color-purple font-25 mb-10'>Ask our &#x275B;&#x275B;<span className='color-blue italic'>wrench</span><span className='color-purple'>Agent</span>&#x275C;&#x275C; Generative AI to assist</h3>
<h3 className='font_black font-20 mb-10'>&#x275B;&#x275B;Recommend 4 summer chores for a 12 years old&#x275C;&#x275C;</h3> <h3 className='font_black font-20 mb-10'>&#x275B;&#x275B;Recommend 4 summer chores for a 12 years old&#x275C;&#x275C;</h3>
</div> </div>
{/* </div> */} {/* </div> */}