Skip to content

Commit

Permalink
make two thirds grid to align with gov uk design system
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesJarvis committed Mar 14, 2024
1 parent 6905fcf commit 6af7929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/pages/accessibility_statement.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% content_for :back_link do govuk_back_link(javascript: true); end %>

<div class="govuk-grid-row">
<article class="govuk-grid-column-full">
<article class="govuk-grid-column-two-thirds">
<%= page_heading do %>
Accessibility statement
<% end %>
Expand Down

0 comments on commit 6af7929

Please sign in to comment.