From a51e4d47b0bfda08677cb9e58000241c75bd625a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20I=C5=82owski?= Date: Wed, 1 Mar 2023 20:57:48 +0100 Subject: [PATCH] Update firstFooter CSS --- client/src/style/App.scss | 7 +++++-- client/src/style/_BottomFPage.scss | 11 +++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/client/src/style/App.scss b/client/src/style/App.scss index 220f2e6..85c1916 100644 --- a/client/src/style/App.scss +++ b/client/src/style/App.scss @@ -32,14 +32,17 @@ font-family: $priamry-font-family; } +#root { + min-height: 100vh; + display: flex; + flex-direction: column; +} body { font-family: $priamry-font-family; background: #f7f6ff; - } - .container { display: flex; justify-content: space-around; diff --git a/client/src/style/_BottomFPage.scss b/client/src/style/_BottomFPage.scss index 5d0cddc..ff3f4e6 100644 --- a/client/src/style/_BottomFPage.scss +++ b/client/src/style/_BottomFPage.scss @@ -16,23 +16,22 @@ color: blue; } + .li-write-to-us { list-style-type: none; } -.footerFirstSite { - @include display-flex(); - position: absolute; - top: 90.8%; +.footerFirstSite { + margin-top: auto; width: 100vw; + height: 10vh; padding: 1.6rem; color:white; background-color: $primary-color-button; font-size: .8em; + text-align: center; } - - @media (orientation: portrait) { .btnUnit { top: 55%;