From f9468e3e70c1630d55be14378d0bcdba7beaeaed Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 6 Sep 2020 17:22:48 +0200 Subject: [PATCH] There is always something to fiddle around with styling. --- components/03_Organisms/footer/_footer.scss | 11 ++++++++++- components/03_Organisms/footer/footer.config.json | 2 +- public/main.css | 7 ++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/components/03_Organisms/footer/_footer.scss b/components/03_Organisms/footer/_footer.scss index dcd68fd..179eb0f 100644 --- a/components/03_Organisms/footer/_footer.scss +++ b/components/03_Organisms/footer/_footer.scss @@ -36,11 +36,11 @@ $-primary-line-color: $-almost-white; } &__ListTop { + text-align: center; width: 33.333%; } &__ListTop > li { - text-align: center; padding-bottom: 10px; } @@ -54,6 +54,15 @@ $-primary-line-color: $-almost-white; font-size: 1.3em; } + &__ListText { + font-size: 1.3em; + color: $-almost-white; + } + + &__ListText-left { + text-align: left; + } + &__SocialSection { width: 100%; align-items: center; diff --git a/components/03_Organisms/footer/footer.config.json b/components/03_Organisms/footer/footer.config.json index 8109458..f623432 100644 --- a/components/03_Organisms/footer/footer.config.json +++ b/components/03_Organisms/footer/footer.config.json @@ -1,4 +1,4 @@ { "title": "Footer", - "status": "prototype" + "status": "wip" } \ No newline at end of file diff --git a/public/main.css b/public/main.css index 0b639f5..fb70e4e 100644 --- a/public/main.css +++ b/public/main.css @@ -1260,9 +1260,9 @@ body { display: flex; flex-flow: row wrap; } .LP-Footer__ListTop { + text-align: center; width: 33.333%; } .LP-Footer__ListTop > li { - text-align: center; padding-bottom: 10px; } .LP-Footer__ListHeader { padding: 10px 0 5px 0; @@ -1270,6 +1270,11 @@ body { font-size: 2.3vw; } .LP-Footer__ListAnchor { font-size: 1.3em; } + .LP-Footer__ListText { + font-size: 1.3em; + color: #f9f9f9; } + .LP-Footer__ListText-left { + text-align: left; } .LP-Footer__SocialSection { width: 100%; align-items: center;