Skip to content

Commit

Permalink
Update form.css
Browse files Browse the repository at this point in the history
The text is too long and goes out of the button.
Increase the size of the button.
My resolution: 1920x1080.  

Decrease font-size: 1.4em;
Increase max-width: 22em;

.form input[type=text],
.form input[type=submit] {

  font-size: 1.4em;

  max-width: 22em;

}
  • Loading branch information
ZerooCool authored and nharper committed May 17, 2019
1 parent ab59eb4 commit 34bf4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/static/css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
.form input[type=text],
.form input[type=submit] {
text-align: center;
font-size: 1.5em;
font-size: 1.4em;

width: 80%;
max-width: 20em;
max-width: 22em;

margin: 0 auto 0.5em;
}
Expand Down

0 comments on commit 34bf4e3

Please sign in to comment.