Skip to content

Commit

Permalink
Better table CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed May 2, 2024
1 parent 628f5ad commit 2422d14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,17 @@ a:visited {
max-width: 80%;
}

img, video {
img, video, table {
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid grey;
max-width: 80%;
}

img, video {
border: 1px solid grey;
}

figcaption {
padding-top: 1em;
text-align: center;
Expand Down

0 comments on commit 2422d14

Please sign in to comment.