18 lines
327 B
SCSS
18 lines
327 B
SCSS
/*
|
|
* Clear section
|
|
* Simple section that is designed to clear pass the navbar (and some).
|
|
* Can also be used to add spacing between sections.
|
|
*
|
|
* Dependencies:
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/06/05
|
|
*/
|
|
@import '~@styles/global';
|
|
|
|
.c-clear-section {
|
|
width: 100%;
|
|
padding-bottom: 15%;
|
|
position: relative;
|
|
}
|