From d2b4e839c9fc6f7b2cdda63c12a762ad8d7e6d95 Mon Sep 17 00:00:00 2001 From: BOT Alex <44818698+MagicBOTAlex@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:04:44 +0100 Subject: [PATCH] Removed margin from body --- static/stylesheets/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/stylesheets/global.css b/static/stylesheets/global.css index 7b4f2d3..2db498e 100644 --- a/static/stylesheets/global.css +++ b/static/stylesheets/global.css @@ -14,6 +14,7 @@ body { font-family: var(--main-font); color: var(--text1); /* Default to primary text color. */ background-color: var(--background); + margin: 0; } a, a:link a:visited {