Madelena Mak d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00

21 lines
323 B
SCSS

#page-wrap {
min-height: 100%;
margin-bottom: -$footer-height;
&::after {
content: "";
display: block;
height: $footer-height;
}
}
body > footer, .page-content > footer {
background-color: $footer-background;
margin-top: 3em;
}
.copyright {
margin: 0;
padding: 20px 0;
text-align: center;
}