Push headings down a bit

Now that there’s a bit more stuff in the service name area at the top
of the page it looks a bit cramped. Moving the heading down gives it a
bit more space to breath, and associates the heading a bit more closely
with the content after it.
This commit is contained in:
Chris Hill-Scott
2019-06-21 14:39:02 +01:00
parent 6338795e52
commit 555b811fa7
3 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ a {
.heading-large,
> .heading-medium {
margin: ($gutter / 3) 0 ($gutter / 3 * 2) 0;
margin: $gutter-half 0 ($gutter / 3 * 2) 0;
word-wrap: break-word;
}
@@ -83,7 +83,7 @@ a {
.heading-large,
.heading-medium {
margin: 10px 0 15px 0;
margin: $gutter-half 0 $gutter-half 0;
word-wrap: break-word;
}
@@ -286,5 +286,5 @@ details .arrow {
}
.heading-upcoming-jobs {
margin-top: $gutter / 3;
margin-top: $gutter-half;
}

View File

@@ -5,7 +5,7 @@
.table-heading {
text-align: left;
margin: 40px 0 $gutter-half 0;
margin: $gutter-half 0 $gutter-half 0;
}
.dashboard-table {

View File

@@ -13,7 +13,7 @@
}
> .heading-medium:first-of-type {
margin-top: 10px;
margin-top: $gutter-half;
}
}