From f5a3e78cbe219810183983ee82abd7c22ae72bff Mon Sep 17 00:00:00 2001 From: nymkappa <1612910616@pm.me> Date: Wed, 30 Aug 2023 18:32:14 +0200 Subject: [PATCH] [css] fix spacing at the top x2 --- frontend/src/app/components/about/about.component.scss | 2 +- frontend/src/styles.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index f1b4d6e2b..f7aa0b965 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -22,7 +22,7 @@ .intro { margin: 25px auto 30px; - margin-top: 49px; + margin-top: 25px; width: 250px; display: flex; flex-direction: column; diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 7c0ee160c..078b6b30a 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -62,6 +62,10 @@ body { position: relative; } +main { + margin-top: 24px; +} + .full-height { @media (max-width: 767.98px) { min-height: 100vh;