From 64912491664c1ff875380fabdbb61c932c73ff0f Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Fri, 10 Jan 2025 14:55:11 +0000 Subject: [PATCH] fix: add padding between specifications table and footer box https://github.com/mdn/yari/issues/10886 --- client/src/document/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/document/index.scss b/client/src/document/index.scss index 59c8463036b5..ceb5bd5e80c6 100644 --- a/client/src/document/index.scss +++ b/client/src/document/index.scss @@ -248,6 +248,10 @@ } } + #specifications + table { + margin-bottom: 2rem; + } + @media (min-width: $screen-sm) { padding: 3rem; // Reduce space to article footer.