Merge pull request #399 from mDuo13/improve-table-styles

Improve table styling slightly
This commit is contained in:
Rome Reginelli
2018-05-22 16:14:27 -07:00
committed by GitHub

View File

@@ -183,6 +183,11 @@ th {
.content table {
clear: right;
margin-bottom: 1rem;
font-size: 15px;
}
.content table code {
word-break: normal;
}
/* Big draft warning at top of page so it's hard to mix up with the live site */