Skip to content

Commit

Permalink
Ensure govuk_web_banner is aligned with body content
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinJJones committed Jan 20, 2025
1 parent 47a2810 commit eaa8129
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/browse/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
} %>
<% end %>

<%= render "govuk_web_banners/recruitment_banner" %>
<div class="govuk-width-container">
<%= render "govuk_web_banners/recruitment_banner" %>
</div>

<% if page.popular_list %>
<div class="govuk-width-container">
<div class="govuk-grid-row">
Expand Down

0 comments on commit eaa8129

Please sign in to comment.