Add margin-bottom to <table>

Adding a table to a post wouldn't have any margin below it, so the next
paragraph would be right up against the bottom.
This commit is contained in:
Deimos
2018-08-13 17:16:07 -06:00
parent 1a2b5a8593
commit 134848b9bd
+1
View File
@@ -196,6 +196,7 @@ table {
border-collapse: collapse;
border-spacing: 0;
width: auto;
margin-bottom: 1rem;
}
td, th {