Skip to content

Commit

Permalink
Remove margin top override for org logo
Browse files Browse the repository at this point in the history
During testing, I noticed this margin top override was now introducing unnecessary spacing after implementing the 'govuk-main-wrapper' class in the previous commit, and therefore I've removed it.
  • Loading branch information
JamesCGDS committed Feb 19, 2025
1 parent 8323eab commit 6a2ff91
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 6a2ff91

Please sign in to comment.