Skip to content

Commit

Permalink
Add margin top to organisation logos
Browse files Browse the repository at this point in the history
- this prevents the contextual breadcrumb component, when showing the step nav header component, from colliding with it
- the step nav component has no margin bottom, but the other components that can be displayed in the contextual breadcrumb do, so this change should not impact variations on this layout as the newly added top margin will overlap any bottom margin from the breadcrumb
  • Loading branch information
andysellick committed Jun 2, 2020
1 parent 547a4b3 commit fd432a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/helpers/_organisation-logos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
flex-wrap: wrap;
justify-content: flex-start;
list-style-type: none;
margin-top: govuk-spacing(2);
}

.organisation-logos__logo {
Expand Down

0 comments on commit fd432a6

Please sign in to comment.