Hide H1 for grid layout

With the `<h2>`s on this page it’s fairly explicit what the page is
listing, so user doesn’t need the context provided by the `<h1>`.
This commit is contained in:
Chris Hill-Scott
2019-06-09 11:31:47 +01:00
parent 8b6b8c6165
commit 451fadb1b3
4 changed files with 43 additions and 6 deletions

View File

@@ -49,6 +49,11 @@
margin-top: $gutter / 3;
}
.top-gutter-2-3 {
@extend %top-gutter;
margin-top: $gutter * 2 / 3;
}
%bottom-gutter,
.bottom-gutter {
@extend %contain-floats;

View File

@@ -37,6 +37,7 @@
&-hint {
@include core-19;
margin-top: 5px;
margin: 5px 0 10px 0;
color: $secondary-text-colour;
}
}