Files
com.xaymar.www/_sass/_footer.scss
T
Michael Fabian 'Xaymar' Dirks a22be85d5e Footer margin
2024-11-06 07:31:19 +01:00

21 lines
342 B
SCSS

#footer {
position: relative;
top: 2rem;
margin: 0;
margin-top: auto;
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;
}