Merge pull request #2714 from alphagov/tweak-spacing-of-folder-heading

Normalise spacing of template breadcrumb heading
This commit is contained in:
Chris Hill-Scott
2019-02-01 12:38:13 +00:00
committed by GitHub

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;
}
}