Skip to content

Commit

Permalink
fix cv cards
Browse files Browse the repository at this point in the history
  • Loading branch information
davidknoerzer committed Feb 12, 2024
1 parent b832e28 commit 6b3a367
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/components/main/CVCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ export default function CVCard({


return (
<div className="card bg-base-100 shadow-2xl image-full break-inside-avoid">
<figure className="m-20">
<div className="card bg-base-100 shadow-2xl break-inside-avoid">
<figure>
<Image
src={image}
width={500}
height={500}
alt="cv experience organization image"
className="p-10"
/>
</figure>
<div className="card-body">
Expand Down

0 comments on commit 6b3a367

Please sign in to comment.