mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 01:18:24 -04:00
Merge pull request #3350 from alphagov/org-breadcrumb-alignment
Tweak the spacing of the organisation breadcrumb
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
padding: $padding-top 20px $padding-bottom 0;
|
padding: $padding-top 20px $padding-bottom 0;
|
||||||
margin-right: 7px;
|
margin-right: 5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
bottom: 1px;
|
bottom: 1px;
|
||||||
right: 6px;
|
right: 7px;
|
||||||
width: 7px;
|
width: 7px;
|
||||||
height: 7px;
|
height: 7px;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user