Added Header and Footer, flex app.

This commit is contained in:
2018-05-16 18:14:34 +10:00
parent aaa6f1de5a
commit 162f3c68cb
8 changed files with 93 additions and 3 deletions

View File

@ -0,0 +1,8 @@
/*
* Footer
* Site Footer!
*/
.c-footer {
background: red;
}

View File

@ -9,7 +9,6 @@
* 1.0.0 - 2018/05/05
*/
.c-page {
min-height: 100vh;
&__boundary {
max-width: $s-screen-boundary;