fix(footer): footer style

This commit is contained in:
Matthieu Bessat 2023-10-23 19:49:39 +02:00
parent 4ea81accea
commit 3eec8040d1

View file

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