Skip to content

Commit

Permalink
fix: Prevent zoom on input field click
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsry0466 committed Sep 11, 2024
1 parent 94b5c95 commit 712ae59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/web/src/style/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,8 @@ a {
text-align: center;
background: #148bb4;
color: azure;
}

input, textarea {
font-size: 16px !important;
}

0 comments on commit 712ae59

Please sign in to comment.