Added minheights to the page
This commit is contained in:
@ -8,4 +8,5 @@
|
||||
* 1.0.0 - 2018/05/05
|
||||
*/
|
||||
.c-page {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
11
public/styles/components/_video-section.scss
Normal file
11
public/styles/components/_video-section.scss
Normal 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 {
|
||||
}
|
Reference in New Issue
Block a user