mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-18 01:14:52 -05:00
Merge pull request #2714 from alphagov/tweak-spacing-of-folder-heading
Normalise spacing of template breadcrumb heading
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user