Skip to content

Commit

Permalink
docs: minor style fix for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed May 18, 2023
1 parent 923005f commit 2c614e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ button:hover {
}

input {
border-radius: 1.5rem;
border: 3px solid #aaa;
border-radius: 0.5rem;
border: 2px solid #aaa;
flex: 1;
font: inherit;
padding: 1.5rem;
padding: 0.5rem;
}

0 comments on commit 2c614e9

Please sign in to comment.