Skip to content

Commit

Permalink
Remove margin top override for org logo
Browse files Browse the repository at this point in the history
Due to using the govuk-main-wrapper class for spacing, this margin top override is no longer necessary
  • Loading branch information
JamesCGDS committed Feb 14, 2025
1 parent 773f58c commit 22d123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content_items/field_of_operation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="govuk-grid-column-two-thirds">
<%= render "govuk_publishing_components/components/heading", @content_item.heading_and_context %>
</div>
<div class="govuk-grid-column-one-third govuk-!-margin-top-8 govuk-!-margin-bottom-8">
<div class="govuk-grid-column-one-third govuk-!-margin-bottom-8">
<%= render "govuk_publishing_components/components/organisation_logo", {
organisation: @content_item.organisation
} %>
Expand Down

0 comments on commit 22d123c

Please sign in to comment.