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;
}
#root {
min-height: 100vh;
display: flex;
flex-direction: column;
}
body {
font-family: $priamry-font-family;
background: #f7f6ff;
}
.container {
display: flex;
justify-content: space-around;

View File

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