Set font size in minimal-small in points

so that it is more consistent between devices
This commit is contained in:
Jason McBrayer 2019-03-19 19:10:37 -04:00
parent 0ffdc87c5d
commit e4c0f42b14
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ body, input, textarea, select {
background-color: #FAFAFA;
color: #000;
margin: 1ex;
font-size: 13px;
font-size: 11pt;
}
input[text], textarea