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
@@ -77,6 +77,10 @@ a {
> .heading-medium {
margin: $gutter-half 0 ($gutter / 3 * 2) 0;
word-wrap: break-word;
&.top-gutter-0 {
margin-top: 0;
}
}
}