Skip to content

Commit

Permalink
disable tap zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
zacfpearson committed Jan 14, 2023
1 parent 05035a6 commit d31ebc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
background-color:#FD7014;
font-weight:bold;
aspect-ratio: 2;
touch-action: manipulation;
}
.choice_button{
flex-basis: 20%;
Expand All @@ -26,6 +27,7 @@
text-transform: uppercase;
font-weight:bold;
aspect-ratio: 1;
touch-action: manipulation;
}
.guess_div{
flex: 1;
Expand All @@ -39,6 +41,7 @@
text-transform: uppercase;
font-weight: bold;
aspect-ratio: 1;
touch-action: manipulation;
}
.guess_board{
display: flex;
Expand Down

0 comments on commit d31ebc5

Please sign in to comment.