Skip to content

Commit

Permalink
Correct small screen overflow on Firefox (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacnomore committed Aug 24, 2021
1 parent f07edc6 commit d3308df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/index.astro
Expand Up @@ -43,7 +43,7 @@ let description = 'Snowpack is a lightning-fast frontend build tool, designed fo
text-align: center;

img {
max-width: 32rem;
max-width: min(32rem, 100%);
}
}

Expand Down

1 comment on commit d3308df

@vercel
Copy link

@vercel vercel bot commented on d3308df Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.