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:36:40 +01:00
parent bb99ff27c9
commit c1a5383a3f
4 changed files with 15 additions and 2 deletions

View File

@@ -55,6 +55,7 @@
table {
table-layout: fixed;
margin-bottom: $gutter / 6;
}
th {
@@ -91,6 +92,10 @@
}
.table-heading {
margin-bottom: 20px;
}
}
%table-field,