From dbe961cb4d29ad21bd2992ebbf5b8a95601bf076 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Wed, 1 Nov 2023 13:08:49 +0100 Subject: [PATCH] css is pain --- infrastructure/web/public/stylesheets/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/web/public/stylesheets/custom.css b/infrastructure/web/public/stylesheets/custom.css index 0bfd1aa..96e8b9e 100644 --- a/infrastructure/web/public/stylesheets/custom.css +++ b/infrastructure/web/public/stylesheets/custom.css @@ -1,7 +1,7 @@ body { margin: 0; display: flex; - padding: 10px 10px 10px; + padding: 10px 10px 0px; flex-direction: column; min-height: 100vh; background-color: #131516;