2022-12-10 10:37:36 +00:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
min-height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2023-10-23 17:49:39 +00:00
|
|
|
|
2022-12-10 10:37:36 +00:00
|
|
|
.footer-push {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-footer {
|
|
|
|
border-top: .5rem solid $primary;
|
2023-10-23 17:49:39 +00:00
|
|
|
margin-top: 3rem;
|
2022-12-10 10:37:36 +00:00
|
|
|
padding-top: 2rem;
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
background-color: $background;
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
opacity: 0.8;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-footer__content {
|
|
|
|
|
|
|
|
}
|