From bcbdc0b216da44a4c9bf9bdf6ba967a98787316d Mon Sep 17 00:00:00 2001 From: Alexis Fourmaux Date: Tue, 12 May 2026 19:14:23 +0200 Subject: [PATCH] fix: small gap around header edges --- server/frontend/public/assets/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/frontend/public/assets/css/main.css b/server/frontend/public/assets/css/main.css index 76b05bd..9881a42 100644 --- a/server/frontend/public/assets/css/main.css +++ b/server/frontend/public/assets/css/main.css @@ -23,6 +23,7 @@ html { body { color: var(--color-text); background-color: var(--color-bg); + margin: 0; } header {