Table styling

This commit is contained in:
Bradlee Speice 2020-04-12 17:00:37 -04:00
parent 81b018bacd
commit 7fa69dea9f

View File

@ -112,3 +112,8 @@ blockquote {
.post-nav-next {
text-align: right;
}
th, td {
border-bottom: 1px solid $gray;
padding: 0.75em;
}