Update firstFooter CSS

This commit is contained in:
Jan Iłowski 2023-03-01 20:57:48 +01:00
parent 1d502e235c
commit a51e4d47b0
2 changed files with 10 additions and 8 deletions

View File

@ -32,14 +32,17 @@
font-family: $priamry-font-family; font-family: $priamry-font-family;
} }
#root {
min-height: 100vh;
display: flex;
flex-direction: column;
}
body { body {
font-family: $priamry-font-family; font-family: $priamry-font-family;
background: #f7f6ff; background: #f7f6ff;
} }
.container { .container {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;

View File

@ -16,23 +16,22 @@
color: blue; color: blue;
} }
.li-write-to-us { .li-write-to-us {
list-style-type: none; list-style-type: none;
} }
.footerFirstSite {
@include display-flex();
position: absolute; .footerFirstSite {
top: 90.8%; margin-top: auto;
width: 100vw; width: 100vw;
height: 10vh;
padding: 1.6rem; padding: 1.6rem;
color:white; color:white;
background-color: $primary-color-button; background-color: $primary-color-button;
font-size: .8em; font-size: .8em;
text-align: center;
} }
@media (orientation: portrait) { @media (orientation: portrait) {
.btnUnit { .btnUnit {
top: 55%; top: 55%;