Skip to content

Commit

Permalink
fix(about): use square image on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Apr 9, 2024
1 parent be7d253 commit a95dfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/about/_components/image-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function ImageCard({ mobile = false }) {
<Image
src={lightPic}
alt="Mateus Felipe's picture"
className="my-5 rounded-3xl border border-neutral-800 object-cover dark:hidden"
className="my-5 size-96 rounded-3xl border border-neutral-800 object-cover dark:hidden"
placeholder={placeholder(460, 460) as `data:image/${string}`}
priority
/>
Expand Down

0 comments on commit a95dfa9

Please sign in to comment.