From 77d50db4bd150e84de47a2826b110e354a3af7f4 Mon Sep 17 00:00:00 2001 From: Matthew Evans <7916000+ml-evs@users.noreply.github.com> Date: Wed, 15 May 2024 09:45:37 +0100 Subject: [PATCH] Add padding to development spec build (#516) --- tests/makefiles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/makefiles/style.css b/tests/makefiles/style.css index bbf335f1..946a9387 100644 --- a/tests/makefiles/style.css +++ b/tests/makefiles/style.css @@ -82,6 +82,7 @@ main, footer, header { main { counter-reset: table figure; background-color: var(--bg-color); + margin-top: 75px; } footer, header { font-size: smaller;