Improve all the things

This commit is contained in:
2018-06-17 16:15:02 +02:00
parent 5436469128
commit c074ccf460
5 changed files with 102 additions and 44 deletions
+6 -4
View File
@@ -22,21 +22,23 @@ main {
grid-row-gap: 2rem;
grid-template-columns: 2fr 4fr;
grid-template-areas:
"people contributions"
"people contributions";
}
}
}
main section {
margin-bottom: 8rem;
margin-bottom: 5rem;
&:first-of-type {
margin-top: 2rem;
}
@include media($mobile) {
margin-bottom: 5rem;
&:first-of-type {
margin-top: 2rem;
&#proposals-open, &#proposals-closed {
margin-top: 0;
}
}