Skip to content

Commit

Permalink
Center tables in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
remysucre authored Nov 2, 2023
1 parent d3d0406 commit 53de02c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/templates/styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,9 @@
margin: 1em 0;
}
table {
margin: 1em 0;
margin: auto;
border-collapse: collapse;
width: 100%;
overflow-x: auto;
display: block;
font-variant-numeric: lining-nums tabular-nums;
}
table caption {
Expand Down

0 comments on commit 53de02c

Please sign in to comment.