Skip to content

Commit

Permalink
fix: improve keypad UI for mobile (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
gparant authored Mar 27, 2024
1 parent 9146004 commit 572fb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Iframes/Keypad/keypad.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr;
column-gap: 5vh;
column-gap: 1vh;
row-gap: 5vh;
}
div.keypad > button {
Expand Down

0 comments on commit 572fb10

Please sign in to comment.