Skip to content

Commit

Permalink
Add margin bottom for tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Aug 30, 2024
1 parent e27231d commit a5b9ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_includes/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ html { scroll-behavior: smooth; }
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 2em;
}

th, td {
Expand Down

0 comments on commit a5b9ab8

Please sign in to comment.