Add Footer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user