fix(footer): footer style
This commit is contained in:
parent
4ea81accea
commit
3eec8040d1
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-push {
|
.footer-push {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer {
|
.site-footer {
|
||||||
border-top: .5rem solid $primary;
|
border-top: .5rem solid $primary;
|
||||||
margin-top: 1rem;
|
margin-top: 3rem;
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
padding-bottom: 4rem;
|
padding-bottom: 4rem;
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
|
|
Loading…
Reference in a new issue