Skip to content

Commit

Permalink
Update main images aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplesnik committed Jan 22, 2025
1 parent 4ce04ca commit 1f92534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkPreviewTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const WorkPreviewTile = ({ title, className, link, src, titleRight }: WorkPrevie
href={link}
className={clsx('group w-full overflow-hidden rounded-lg md:rounded-2xl', className)}
>
<div className="aspect-[2/1] overflow-hidden rounded-lg md:rounded-2xl">
<div className="aspect-[2/1] overflow-hidden rounded-lg md:rounded-2xl lg:aspect-[2.5/1]">
<CustomImg
src={src}
alt={title}
Expand Down

0 comments on commit 1f92534

Please sign in to comment.