18 lines
221 B
SCSS

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