Skip to content

Commit

Permalink
Merge pull request #1 from ThalesAugusto0/fix/border-sizing
Browse files Browse the repository at this point in the history
Fix: Adjusted styling to fix the inputs
  • Loading branch information
eddieoz authored May 13, 2024
2 parents 5d2dcdc + 30124f1 commit 852f34f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
input,
textarea,
button {
box-sizing: border-box;
width: 100%;
padding: 10px;
margin: 10px 0;
padding: 8px;
margin: 0;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 4px;
Expand Down

0 comments on commit 852f34f

Please sign in to comment.