1
0
mirror of https://github.com/bspeice/speice.io synced 2025-01-12 02:30:05 -05:00

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;
}