Compare commits

...

7 Commits

Author SHA1 Message Date
victorAnumudu 6b9d2e1877 hid image 2024-02-23 14:58:18 +01:00
victorAnumudu 7bcad6d033 hid image 2024-02-23 14:56:04 +01:00
tokslaw d4788b6517 Merge branch 'image-resize' of WrenchBoard/WrenchBoardMainSite into master 2024-02-22 22:45:48 +00:00
victorAnumudu fc98d78742 changed wrenchboard logo on set chores section 2024-02-22 23:22:13 +01:00
victorAnumudu 4e7750d706 changed home link text to Home 2024-02-22 20:59:01 +01:00
victorAnumudu ab5093b253 resized images 2024-02-22 20:31:04 +01:00
tokslaw d292b359d5 Merge branch 'mission-text' of WrenchBoard/WrenchBoardMainSite into master 2024-02-22 19:14:40 +00:00
6 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2549,8 +2549,8 @@ p {
border-radius: 50%;
}
.appie-single-service-2 .icon img {
height: 100px;
width: 100px;
height: 200px;
/* width: 100px; */
}
.appie-single-service-2 .title {
font-size: 24px;
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+1 -1
View File
@@ -20,7 +20,7 @@ function UseCases() {
<HeroNews
title="Use Cases"
breadcrumb={[
{ link: '/', title: 'home' },
{ link: '/', title: 'Home' },
{ link: '/use-cases', title: 'Use Cases' },
]}
/>
+2 -2
View File
@@ -84,8 +84,8 @@ const Main = ({gredient}) => {
/>
</div>
<img
className="moving_position_animatin right_img_three position-relative"
src={localImgLoad(`images/home/wrench-side-logo-1.png`)}
className="d-none moving_position_animatin right_img_three position-relative"
src={localImgLoad(`images/home/wrenchboard_logo_4.png`)}
alt="image"
/>
</div>