Even out the spacing on the settings page

This makes the spacing above and below each heading on the settings
page consistent.
This commit is contained in:
Chris Hill-Scott
2019-07-22 11:37:15 +01:00
parent bb99ff27c9
commit c1a5383a3f
4 changed files with 15 additions and 2 deletions
+4
View File
@@ -54,6 +54,10 @@
margin-top: $gutter * 2 / 3;
}
.top-gutter-0 {
margin-top: 0;
}
%bottom-gutter,
.bottom-gutter {
@extend %contain-floats;