From 68de7b7fe295b10da5874c739c44de7d05aebd56 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Sun, 24 Jul 2022 10:25:56 +0200 Subject: [PATCH] add global body margin (fix #21 ) --- css/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/global.css b/css/global.css index b4467eb..73635b0 100644 --- a/css/global.css +++ b/css/global.css @@ -14,6 +14,10 @@ html { scroll-behavior: smooth; } +body { + margin: 8px; +} + .noselect { user-select: none; }