Normalise spacing of template breadcrumb heading

Removes the magic numbers, makes it visually look like it’s in the same
position as the 36px type size headings.
This commit is contained in:
Chris Hill-Scott
2019-02-01 12:22:36 +00:00
parent 02fb5f69dd
commit 93df30d2df

View File

@@ -147,7 +147,7 @@
.folder-heading {
.column-main>.grid-row:first-child &.heading-medium {
margin-top: 18px;
margin-top: $gutter-half;
}
a,
@@ -235,7 +235,7 @@
&-manage-link {
display: block;
text-align: right;
padding: ($gutter - 7px) 0 0 0;
padding: $gutter-two-thirds 0 0 0;
}
}