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;