From 87b4fb27da05275e742d2bec6533d9cfca1c7177 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 21 Jul 2022 17:46:03 +0100 Subject: [PATCH] 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. --- assets/scss/custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 8a5c0e58..b6c5c587 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -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 {