Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc98d78742 | |||
| 4e7750d706 | |||
| ab5093b253 | |||
| d292b359d5 |
@@ -2549,8 +2549,8 @@ p {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
.appie-single-service-2 .icon img {
|
.appie-single-service-2 .icon img {
|
||||||
height: 100px;
|
height: 200px;
|
||||||
width: 100px;
|
/* width: 100px; */
|
||||||
}
|
}
|
||||||
.appie-single-service-2 .title {
|
.appie-single-service-2 .title {
|
||||||
font-size: 24px;
|
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 |
@@ -20,7 +20,7 @@ function UseCases() {
|
|||||||
<HeroNews
|
<HeroNews
|
||||||
title="Use Cases"
|
title="Use Cases"
|
||||||
breadcrumb={[
|
breadcrumb={[
|
||||||
{ link: '/', title: 'home' },
|
{ link: '/', title: 'Home' },
|
||||||
{ link: '/use-cases', title: 'Use Cases' },
|
{ link: '/use-cases', title: 'Use Cases' },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ const Main = ({gredient}) => {
|
|||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
className="moving_position_animatin right_img_three position-relative"
|
className="moving_position_animatin right_img_three position-relative"
|
||||||
src={localImgLoad(`images/home/wrench-side-logo-1.png`)}
|
src={localImgLoad(`images/home/wrenchboard_logo_4.png`)}
|
||||||
alt="image"
|
alt="image"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user