Skip to content

Commit

Permalink
Make sure tables have a margin at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Mar 12, 2024
1 parent 47f8077 commit 37d17de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ main {
/* make wide tables scroll if they overflow */
.table-wrapper {
overflow-x: auto;
margin-block-end: 2em;
}

/* Don't change font size in headers. */
Expand Down

0 comments on commit 37d17de

Please sign in to comment.