fix table spacing

This commit is contained in:
Matthew Hooker 2017-02-21 11:58:18 -08:00
parent f9a7646169
commit 6e60ecc6af
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 2 additions and 1 deletions

View File

@ -166,10 +166,11 @@ table {
th {
color: $black;
font-weight: normal !important;
padding-right: $baseline;
}
td {
padding-right: 20px;
padding-right: $baseline;
}
}