initial check-in

This commit is contained in:
Luker666
2018-11-18 11:51:54 +01:00
commit 569ad94a13
1487 changed files with 88516 additions and 0 deletions

10
scss/_footer.scss Normal file
View File

@@ -0,0 +1,10 @@
.footer {
padding-top: 5rem;
padding-bottom: 5rem;
background-color: $secondary;
color: $white;
}
.copyright {
background-color: darken($secondary, 10%);
}