Files
Michael Fabian 'Xaymar' Dirks e7f299c38b Prefer grid over flexbox
2024-11-06 07:48:41 +01:00

21 lines
354 B
SCSS

#footer {
justify-self: stretch;
align-self: bottom;
margin: 0;
margin-top: 2rem;
padding: 0;
background: $theme-footer-background;
color: $theme-footer-color;
}
#footer > .content {
max-width: $theme-width;
min-height: 4rem;
margin: 0;
margin-left: auto;
margin-right: auto;
padding: .5rem 0rem;
font-size: 0.8rem;
text-align: center;
}