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;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.footer-push {
|
||||
flex-grow: 1;
|
||||
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
border-top: .5rem solid $primary;
|
||||
margin-top: 1rem;
|
||||
margin-top: 3rem;
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 4rem;
|
||||
background-color: $background;
|
||||
|
|
Loading…
Reference in a new issue