mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-12 01:48:54 -04:00
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:
@@ -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