From a75ec754241a69fe5b5b190a5f50d76a36ba7d11 Mon Sep 17 00:00:00 2001 From: Bast <52266665+bast0006@users.noreply.github.com> Date: Thu, 13 May 2021 15:11:05 -0700 Subject: Fix default margin on error pages This removes the scrollbar from them --- pydis_site/static/css/error_pages.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pydis_site/static/css/error_pages.css b/pydis_site/static/css/error_pages.css index ee41fa5c..e59e2a54 100644 --- a/pydis_site/static/css/error_pages.css +++ b/pydis_site/static/css/error_pages.css @@ -11,6 +11,7 @@ body { align-items: center; justify-content: center; height: 100%; + margin: 0; } h1, -- cgit v1.2.3