domsPlace/public/styles/components/_clear-section.scss
2018-06-05 08:17:56 +10:00

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;
}