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