Basic add-contrib form

This commit is contained in:
2017-02-04 20:12:12 +08:00
parent dcb544c94f
commit 9120d67ad1
11 changed files with 143 additions and 5 deletions
+6 -2
View File
@@ -1,11 +1,15 @@
section {
@include outer-container;
margin-top: 6rem;
margin-bottom: 8rem;
&:first-of-type {
margin-top: 6rem;
}
@include media($mobile) {
margin-top: 2rem;
margin-bottom: 5rem;
&:first-of-type {
margin-top: 2rem;
}
}
header {