Skip to content

Commit 26007b3

Browse files
Update src/components/Hero/ContentHero/index.tsx
Co-authored-by: Pablo Pettinari <[email protected]>
1 parent 865b8b5 commit 26007b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Hero/ContentHero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const ContentHero = (props: ContentHeroProps) => {
2626
blurDataURL={blurDataURL}
2727
width={760}
2828
height={451}
29-
sizes="100vw"
29+
sizes="(max-width: 992px) 100vw, 50vw"
3030
boxSize="full"
3131
style={{ objectFit: "contain" }}
3232
flex={{ base: "1 1 100%", md: "none" }}

0 commit comments

Comments
 (0)