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%;