From bfec6a02c23031066c1286b98f34d94a872a56ba Mon Sep 17 00:00:00 2001
From: Leo McArdle <leo@mca.is>
Date: Sat, 11 Jan 2025 00:35:52 +0000
Subject: [PATCH] fix(layout): add space between specifications table and
 footer box (#12434)

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.