Fix vertical position of ‘Manage’ link

This doesn’t line up now that the heading sizes have changed.
This commit is contained in:
Chris Hill-Scott
2019-04-30 13:49:04 +01:00
parent d9da63401f
commit 8ad58d641c

View File

@@ -238,7 +238,7 @@
text-align: right; text-align: right;
padding: $gutter-two-thirds 0 0 0; padding: $gutter-two-thirds 0 0 0;
position: relative; position: relative;
top: -1px; top: -6px;
} }
} }