Testing some designs

This commit is contained in:
2018-06-05 08:17:56 +10:00
parent 6b37f73935
commit 3968075394
20 changed files with 1730 additions and 61 deletions

View File

@ -0,0 +1,13 @@
/*
* 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;
}