2021-12-25 08:35:40 +01:00
|
|
|
#footer {
|
2024-11-06 07:31:19 +01:00
|
|
|
position: relative;
|
|
|
|
|
top: 2rem;
|
2021-12-25 08:35:40 +01:00
|
|
|
margin: 0;
|
2024-11-06 07:28:27 +01:00
|
|
|
margin-top: auto;
|
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;
|
|
|
|
|
}
|