14 lines
253 B
SCSS
14 lines
253 B
SCSS
/*
|
|
* Clear section
|
|
* Simple section that is designed to clear pass the navbar. Can also be used
|
|
* to add a little spacing between sections.
|
|
*
|
|
* Dependencies:
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/06/05
|
|
*/
|
|
.c-clear-section {
|
|
height: 20vh;
|
|
}
|