Browse Source

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.
merge-requests/26/head
Deimos 6 years ago
parent
commit
134848b9bd
  1. 1
      tildes/scss/_base.scss

1
tildes/scss/_base.scss

@ -196,6 +196,7 @@ table {
border-collapse: collapse;
border-spacing: 0;
width: auto;
margin-bottom: 1rem;
}
td, th {

Loading…
Cancel
Save