Skip to content

Commit

Permalink
Merge pull request #11 from rustnl/safari-fix
Browse files Browse the repository at this point in the history
scale hero image differently
  • Loading branch information
jdonszelmann authored Sep 6, 2024
2 parents 32eda83 + 1e0e73d commit 15aadf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/page/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const { style = "page" }: Props = Astro.props;

img {
height: auto;
max-width: 95vw;

@include breakpoint(md) {
max-width: 60vw;
Expand Down

0 comments on commit 15aadf5

Please sign in to comment.