Merge pull request #3350 from alphagov/org-breadcrumb-alignment

Tweak the spacing of the organisation breadcrumb
This commit is contained in:
Chris Hill-Scott
2020-03-06 16:40:05 +00:00
committed by GitHub

View File

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