Style tweaks

This commit is contained in:
Michael Jackson
2018-04-03 22:24:22 -07:00
parent f53e99a066
commit 7a9dfd2260
3 changed files with 21 additions and 18 deletions

View File

@ -1,14 +1,10 @@
body {
font-size: 16px;
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Helvetica,
Arial,
sans-serif;
line-height: 1.5;
font-size: 14px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
line-height: 1.7;
padding: 0px 10px 5px;
color: #000000;
}
table {
@ -22,7 +18,8 @@ tr.even {
th {
text-align: left;
}
th, td {
th,
td {
padding: 0.25em 0.5em;
}