Skip to content

Commit

Permalink
fix(mobile): clicking too rapidly would cause the interface to zoom i…
Browse files Browse the repository at this point in the history
…n unpleasantly
  • Loading branch information
tinnamchoi committed Mar 21, 2024
1 parent 068d304 commit 1bc1fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ h1 {
h2 {
font-size: min(6vh, 48px, 6vw);
}

* {
touch-action: manipulation;
}

0 comments on commit 1bc1fb0

Please sign in to comment.