Reinstate a smaller margin between struct tables

Without a margin, things look poor if the last row is blue: it then
merges into the caption at the top of the next table.

I've also added a small border because I think it helps to break things
up a little.
This commit is contained in:
David Robertson 2022-07-21 17:46:03 +01:00
parent ea42cd3c7b
commit 87b4fb27da
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -323,12 +323,15 @@ footer {
table {
table-layout: fixed;
width: 100%;
margin: 1.7rem 0;
border-bottom: 2px solid $gray-200;
caption {
caption-side: top;
color: $dark;
font-size: 1rem;
font-weight: $font-weight-bold;
border-top: 2px solid $gray-200;
}
th, td, caption {