Files
com.xaymar.www/_sass/_footer.scss
T

21 lines
354 B
SCSS
Raw Normal View History

2021-12-25 08:35:40 +01:00
#footer {
2024-11-06 07:48:41 +01:00
justify-self: stretch;
align-self: bottom;
2021-12-25 08:35:40 +01:00
margin: 0;
2024-11-06 07:48:41 +01:00
margin-top: 2rem;
2021-12-25 08:35:40 +01:00
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;
}