Skip to content

Commit

Permalink
fix: max-width safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Apr 21, 2024
1 parent 0f3ba45 commit fe4078e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
main {
padding: 1em;
display: grid;
max-width: 100vw;
place-content: center;
}
footer h2 {
Expand Down

0 comments on commit fe4078e

Please sign in to comment.