mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
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;
|
background-color: #FAFAFA;
|
||||||
color: #000;
|
color: #000;
|
||||||
margin: 1ex;
|
margin: 1ex;
|
||||||
font-size: 13px;
|
font-size: 11pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[text], textarea
|
input[text], textarea
|
||||||
|
Loading…
Reference in New Issue
Block a user