From 7b8d160318dd13968f12d30f635dbe871f86b513 Mon Sep 17 00:00:00 2001 From: Ludovic Mermod Date: Wed, 10 Jan 2024 17:09:14 +0100 Subject: [PATCH] feat: add gap between components in main --- app/src/styles/globals.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/styles/globals.scss b/app/src/styles/globals.scss index 59a66ef..389ae36 100644 --- a/app/src/styles/globals.scss +++ b/app/src/styles/globals.scss @@ -14,6 +14,8 @@ a { align-items: center; justify-content: center; + gap: 4rem; + padding: 2rem; padding-left: 5rem; width: calc(100vw - 7rem); @@ -30,7 +32,6 @@ a { fill: white; margin: auto; margin-top: 30vh; - margin-bottom: 5rem; @media (max-width: 800px) { width: 75%;