Skip to content

Commit c9cac00

Browse files
committed
Add spacing between consecutive tables
Currently, the spacing is only applied via paragraphs, so consecutive tables are just glued together. Not good!
1 parent 8eb65d5 commit c9cac00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

custom/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,8 @@ mfrac msup :not(:first-child) {
167167
.bit-descrs.nameless td:first-child {
168168
text-align: center;
169169
}
170+
171+
p, .table-wrapper {
172+
margin-block-start: 1em;
173+
margin-block-end: 1em;
174+
}

0 commit comments

Comments
 (0)