Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 9d5a86c commit 5ccbff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Hero3.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const {
<Fragment set:html={image} />
) : (
<Image
class="mx-auto rounded-md w-full"
class="mx-auto w-full"
widths={[400, 768, 1024, 2040]}
sizes="(max-width: 767px) 400px, (max-width: 1023px) 768px, (max-width: 2039px) 1024px, 2040px"
loading="eager"
Expand Down

0 comments on commit 5ccbff9

Please sign in to comment.