Skip to content

Commit

Permalink
fix: Nasty Safari horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
dfritschy committed Jun 13, 2021
1 parent 089eec6 commit 529a45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body {
top: 1rem;
left: 1rem;
margin-bottom: 3rem;
width: calc(100% - 2rem); // fix safari bug

img {
height: 5rem;
Expand Down

0 comments on commit 529a45f

Please sign in to comment.