CASH-403 footer updates.
This commit is contained in:
parent
f0843d4212
commit
ca9aba53e4
2 changed files with 9 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #ffffff;
|
background: transparent;
|
||||||
align-items: end;
|
align-items: end;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,14 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100dvh;
|
min-height: 100dvh;
|
||||||
|
form {
|
||||||
|
>.container-fluid {
|
||||||
|
margin-bottom: -1rem;
|
||||||
|
@media screen and (min-width: 1090px) {
|
||||||
|
margin-bottom: -5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue