Skip to content

Commit

Permalink
removed image shift
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed Apr 9, 2024
1 parent aaa0cbb commit 805bb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(routes)/portfolio/_components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Banner() {
<div className="mt-6 flex flex-col-reverse items-center rounded-3xl bg-space-blue-source px-5 pt-8 text-center text-space-blue-900 md:mt-18 md:flex-row md:gap-11 md:px-8 md:pt-0 md:text-left">
<Image
alt="portfolio banner illustration"
height={300}
height={314}
src="/medias/vault.svg"
width={330}
/>
Expand Down

0 comments on commit 805bb95

Please sign in to comment.