Skip to content

Commit

Permalink
Change inverse header padding top
Browse files Browse the repository at this point in the history
- option in the component has been changed to a scale, instead of true/false
  • Loading branch information
andysellick committed Jan 24, 2025
1 parent 84ed6b7 commit f06d3b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/taxons/_page_header.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= render "govuk_publishing_components/components/inverse_header", {
full_width: true,
padding_top: false
<%= render "govuk_publishing_components/components/inverse_header", {
full_width: true,
padding_top: 0
} do %>
<div class="govuk-width-container">
<div class="govuk-grid-row">
Expand Down

0 comments on commit f06d3b9

Please sign in to comment.