Set font size in minimal-small in points
so that it is more consistent between devices
This commit is contained in:
parent
0ffdc87c5d
commit
e4c0f42b14
|
@ -3,7 +3,7 @@ body, input, textarea, select {
|
|||
background-color: #FAFAFA;
|
||||
color: #000;
|
||||
margin: 1ex;
|
||||
font-size: 13px;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
input[text], textarea
|
||||
|
|
Loading…
Reference in New Issue