From bbee38af9b2a93ecb83903e453946626066eeab0 Mon Sep 17 00:00:00 2001 From: Darius Schefer Date: Sat, 30 Aug 2025 23:29:46 +0200 Subject: [PATCH] Change margin to padding becaue I am dumb --- src/components/Dashboard/style.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/style.module.css b/src/components/Dashboard/style.module.css index 6b111a1..fe94495 100644 --- a/src/components/Dashboard/style.module.css +++ b/src/components/Dashboard/style.module.css @@ -7,7 +7,7 @@ .body { height: 100%; - margin: 30px; + padding: 30px; overflow: scroll; }