section labels stay with sections

This commit is contained in:
2017-02-05 22:24:07 -05:00
parent d066ad0815
commit 0df4d2cd0f

View File

@@ -4,6 +4,9 @@ section {
font-size: 16px;
margin-top: 2*$pad-xl;
margin-bottom: -2*$pad-xl + $pad-l;
max-width: 960px;
margin-right: auto;
margin-left: auto;
}
.item {