footer page fixes

This commit is contained in:
codecalm
2020-02-07 22:31:44 +01:00
parent a7f4f054fb
commit 897c4f5e26
13 changed files with 54 additions and 86 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
.footer {
border-top: 1px solid;
background-color: $footer-bg;
border-color: $footer-border-color;
padding: 0.75rem;
border-top: 1px solid $footer-border-color;
background-color: $footer-bg;
padding: 1rem 0;
color: $text-muted;
}