Skip to content

Commit

Permalink
autoresize based on iOS font size
Browse files Browse the repository at this point in the history
  • Loading branch information
AnSch1510 committed Jun 7, 2024
1 parent f3c8da7 commit 34a5cf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
padding: 0;
overflow: hidden;
font-size: 14px;
@supports (font: -apple-system-body) {
font: -apple-system-body;
}
}

@media screen and (orientation: portrait) {
Expand Down

0 comments on commit 34a5cf4

Please sign in to comment.