Skip to content

Commit

Permalink
updated home images
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed Apr 25, 2024
1 parent cde0fa9 commit 3286c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/(routes)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Page() {
<main className="mx-auto mt-[5.75rem] flex h-[calc(100vh-12.875rem)] w-full justify-center overflow-hidden text-center">
<Image
alt="Everai"
className="-mr-8 h-[75vh] max-h-full w-auto self-end"
className="-mr-8 h-[68vh] max-h-full w-auto self-end"
height={580}
src="/medias/everai_samourai_1.png"
width={549}
Expand Down Expand Up @@ -74,7 +74,7 @@ export default function Page() {
</div>
<Image
alt="Everai"
className="-ml-8 h-[75vh] max-h-full w-auto self-end"
className="-ml-8 h-[68vh] max-h-full w-auto self-end"
height={580}
src="/medias/everai_samourai_2.png"
width={549}
Expand Down

0 comments on commit 3286c51

Please sign in to comment.