mirror of
https://github.com/originalmk/skrytka-app.git
synced 2025-01-18 16:29:17 +00:00
Update firstFooter CSS
This commit is contained in:
parent
1d502e235c
commit
a51e4d47b0
@ -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;
|
||||
|
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user