From 00351adbd9e6cb11ddebdd36045308bfb7178b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 26 Aug 2018 10:33:26 +0200 Subject: [PATCH] Fix public pages conflicting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/guest.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/css/guest.css b/core/css/guest.css index 512fd6c9d4..5f4eaefe80 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -77,6 +77,8 @@ body { min-height: 128px; max-height: 200px; margin: 0 auto; + position: relative; + left: unset; } #header .logo img {