Fix spacing of first page headers

This commit customises the margins of the first header on each page so that it
lines up with the navigation.
This commit is contained in:
Chris Hill-Scott
2016-02-03 15:49:28 +00:00
parent 4280c21b23
commit 28f700366c
4 changed files with 16 additions and 7 deletions

View File

@@ -38,3 +38,11 @@ a:visited {
width: 5em;
}
}
.column-main {
> .heading-large {
margin-top: $gutter;
}
}