From b5e2c4b9a7aab20db6dd6072a01abd114e8e55de Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 13 May 2024 20:57:54 +0100 Subject: Fudged in the header in base and the wasp! --- pyblackbird_cc/static/css/wrapper.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'pyblackbird_cc/static/css/wrapper.css') diff --git a/pyblackbird_cc/static/css/wrapper.css b/pyblackbird_cc/static/css/wrapper.css index c98d927..f84b87e 100644 --- a/pyblackbird_cc/static/css/wrapper.css +++ b/pyblackbird_cc/static/css/wrapper.css @@ -9,6 +9,14 @@ padding: 0; } +header { + padding-left: 10px; + max-width: fit-content; + margin-left: auto; + margin-right: auto; + margin-top: 50px; +} + @font-face { font-family: 'Franklin'; src: url(../fonts/LibreFranklin-VariableFont_wght.ttf); @@ -155,13 +163,6 @@ a.no-underline:hover { text-decoration: none; } -header { - padding-left: 10px; - max-width: fit-content; - margin-left: auto; - margin-right: auto; - margin-top: 50px; -} .inner-header { display: grid; -- cgit v1.2.3