Skip to content

Commit

Permalink
Add CSS prop to prevent text size change on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
SBence committed Nov 3, 2024
1 parent 081db79 commit 471b6ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
text-size-adjust: none;
}

#root {
min-height: 100dvh;
display: flex;
Expand Down

0 comments on commit 471b6ce

Please sign in to comment.