Added footer

This commit is contained in:
2018-03-03 17:03:41 +11:00
parent 300bde972d
commit ceb48e104c
17 changed files with 352 additions and 15 deletions

View File

@ -7,9 +7,13 @@
* Version:
* 1.0.0 - 2018/02/23
*/
.c-app__wrapper {
min-height: 100vh;
width: 100%;
}
.c-app {
width: 100%;
min-height: 100%;
height: 100%;
overflow-x: hidden;
position: relative;
}