Skip to content

Commit

Permalink
adjusted main cover image
Browse files Browse the repository at this point in the history
  • Loading branch information
vackva committed Mar 22, 2024
1 parent 23ef380 commit 5b7a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/cover-image-no-bg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const CoverImageNoBg = ({ title, src, slug }: Props) => {
<Image
src={src}
alt={`Cover Image for ${title}`}
className="shadow-sm w-full"
className="w-full"
width={1300}
height={630}
/>
Expand Down

0 comments on commit 5b7a1bf

Please sign in to comment.