We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040590a commit 1ed1c1dCopy full SHA for 1ed1c1d
app/components/ImageSection.tsx
@@ -16,7 +16,7 @@ export default function ImageSection({ src, alt, subtitle }: Props) {
16
width="0"
17
height="0"
18
className="h-auto w-full rounded-md"
19
- sizes="(min-width: 808px) 50vw, 100vw"
+ sizes="(min-width: 800px) 50vw, 100vw"
20
alt={alt ?? subtitle ?? ""}
21
src={src}
22
/>
0 commit comments