Added minheights to the page

This commit is contained in:
Dom Masters
2018-05-07 07:31:41 +10:00
parent 9e94ad1599
commit 135dc5e5f0
7 changed files with 38 additions and 3 deletions

View File

@ -8,4 +8,5 @@
* 1.0.0 - 2018/05/05
*/
.c-page {
min-height: 100vh;
}

View File

@ -1,7 +1,17 @@
/*
* Section
* Styles for the base section component.
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/05/07
*/
.c-section {
//border: 1px solid red;
width: 100%;
&--full {
height: 100%;
height: 100vh;
}
}

View File

@ -0,0 +1,11 @@
/*
* Video Section
* Styles for Video Sections, usually contains videos.
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/05/03
*/
.c-video-section {
}