From 2daa74f85a29baa6eadd812a05f14edc09c4e312 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 6 Sep 2020 19:37:43 +0200 Subject: [PATCH] Set a 5em top-margin to pull the footer away from maincontent. --- components/03_Organisms/footer/_footer.scss | 1 + public/main.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/03_Organisms/footer/_footer.scss b/components/03_Organisms/footer/_footer.scss index 179eb0f..f369d72 100644 --- a/components/03_Organisms/footer/_footer.scss +++ b/components/03_Organisms/footer/_footer.scss @@ -33,6 +33,7 @@ $-primary-line-color: $-almost-white; &__Flex { display: flex; flex-flow: row wrap; + margin-top: 5em; } &__ListTop { diff --git a/public/main.css b/public/main.css index fb70e4e..7bbdf36 100644 --- a/public/main.css +++ b/public/main.css @@ -1258,7 +1258,8 @@ body { color: #f9f9f9; } .LP-Footer__Flex { display: flex; - flex-flow: row wrap; } + flex-flow: row wrap; + margin-top: 5em; } .LP-Footer__ListTop { text-align: center; width: 33.333%; }