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