From 49c68e548a59fabf84e1a61af4993916cb797264 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 9 Mar 2024 14:51:16 +0100 Subject: [PATCH] Removed the top margin from the Root styles.sass --- web/src/common/layouts/Root/styles.sass | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/common/layouts/Root/styles.sass b/web/src/common/layouts/Root/styles.sass index 295f006c..e5ec1328 100644 --- a/web/src/common/layouts/Root/styles.sass +++ b/web/src/common/layouts/Root/styles.sass @@ -1,5 +1,4 @@ main - margin-top: calc(5rem) padding: 1rem height: calc(100vh - 7rem)