From 1ae8977f52a8ad2887c168cc94ceb998d7c47c92 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 13 Mar 2021 13:44:37 +0000 Subject: [PATCH] Fix top of articles disappearing under header --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index af09409..693ef99 100644 --- a/style.css +++ b/style.css @@ -123,7 +123,14 @@ html { ". page-container ." "footer footer footer"; border: 2px solid black; - margin: 2em; + } + + #site-wrapper { + margin: 4em 2em 2em 2em; + } + + #site-wrapper.admin-bar { + margin-top: 2em; } }