Cleaned more code, still untested.
This commit is contained in:
17
public/components/section/layout/ClearSection.scss
Normal file
17
public/components/section/layout/ClearSection.scss
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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;
|
||||
}
|
Reference in New Issue
Block a user