Change the font-size property for input and textarea

Change the `font-size` property for `input` and `textarea` from 0.7em
to 0.8333em.
This commit is contained in:
Tara 2016-06-01 03:57:34 -05:00
parent 09e6f4ac54
commit 526e795f1c

View file

@ -8,7 +8,7 @@ input {
border: solid lightgrey 1px;
color: black;
font-family: sans-serif;
font-size: 0.7em;
font-size: 0.8333em;
white-space: nowrap;
text-align: left;
line-height: 1.8;
@ -23,7 +23,7 @@ textarea {
border: solid lightgrey 1px;
color: black;
font-family: sans-serif;
font-size: 0.7em;
font-size: 0.8333em;
white-space: pre;
}