Add Footer

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-25 08:35:40 +01:00
parent fb5fb6b2f8
commit 98ffa9270f
6 changed files with 32 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
#footer {
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;
}