From 48809c7cc55250b710ca1a601267a51bc4c90059 Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Sun, 22 May 2022 18:27:18 +0200 Subject: [PATCH] Fix margin padding in report-window --- components/report-window/report-window.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/components/report-window/report-window.scss b/components/report-window/report-window.scss index a4853a7..eca34f3 100644 --- a/components/report-window/report-window.scss +++ b/components/report-window/report-window.scss @@ -12,6 +12,7 @@ html { body { background-color: #f9f9fa; padding: 0rem 0.75rem; + margin: 0; } nav {