use em units in base css sheet so everything scales with font size

This commit is contained in:
Gered 2017-04-02 17:08:29 -04:00
parent be6cc84c90
commit 78cb34ff39

View file

@ -19,7 +19,7 @@ table {
}
table td, table th {
border: 1px solid #000;
padding: 0.01in 0.08in;
padding: 0.08em 0.5em;
}
table td {
vertical-align: top;