Skip to content

Commit

Permalink
Fix cause area layout breakage
Browse files Browse the repository at this point in the history
Fixes #115
  • Loading branch information
akrolsmir committed Mar 20, 2024
1 parent d3aaa10 commit 596abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function CausePreview(props: { cause: FullCause }) {
src={cause.header_image_url}
width={240}
height={120}
className="sm:max-w-60 relative aspect-[3/1] w-full flex-shrink-0 rounded bg-white object-cover sm:aspect-[5/3]"
className="relative aspect-[3/1] w-full flex-shrink-0 rounded bg-white object-cover sm:aspect-[5/3] sm:w-60"
alt="round header image"
/>
<Col className="w-full justify-between">
Expand Down

0 comments on commit 596abcc

Please sign in to comment.