From 000a759bcbf96af9d4751ba7b27a9817f7a3a4c0 Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Fri, 17 Mar 2023 15:38:40 +0200 Subject: [PATCH] set body margin to 0px (#36) --- styles/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/globals.css b/styles/globals.css index 38f0ff7..bc05b02 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -12,6 +12,7 @@ body, main { width: 100%; height: 100%; + margin: 0px; } .header {