Decided on a style for the contact page (finally)

This commit is contained in:
2018-06-05 12:41:12 +10:00
parent 3968075394
commit 3753fcd0e1
9 changed files with 1991 additions and 10 deletions

View File

@ -1,7 +1,7 @@
/*
* Clear section
* Simple section that is designed to clear pass the navbar. Can also be used
* to add a little spacing between sections.
* Simple section that is designed to clear pass the navbar (and some).
* Can also be used to add spacing between sections.
*
* Dependencies:
*
@ -9,5 +9,7 @@
* 1.0.0 - 2018/06/05
*/
.c-clear-section {
height: 20vh;
width: 100%;
padding-bottom: 15%;
position: relative;
}