Copied footer from the old version and added it to grid layout

This commit is contained in:
memorte03
2019-12-08 12:38:14 +01:00
parent 47f8ca1036
commit a71b88e72b
8 changed files with 89 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
.footer {
border-top: 1px solid;
background-color: $footer-bg;
border-color: $footer-border-color;
padding: 0.75rem;
}