From c855806937ec3078500616e1cd0cb84fc771dc9c9cfaac99454d8ff699d53ca3 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 6 Aug 2022 00:00:00 +0000 Subject: Move margin spacing to header and footer tags --- static/css/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 75dd0b3..aeff51c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -60,13 +60,19 @@ pre { overflow: scroll; } -header pre { +body > header { margin-bottom: 2em; +} + +body > header pre { line-height: 1.1em; } -footer p { +body > footer { margin-top: 2em; +} + +body > footer p { margin-bottom: 0em; } -- cgit v1.2.3