Skip to content

Commit

Permalink
refactor: add width macro footer option govuk-grid-column-one-third
Browse files Browse the repository at this point in the history
* This is in response to bumping our version of `govuk-frontend`: https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md#check-your-footer-displays-as-expected
* The original PR which forces the change: alphagov/govuk-frontend#2462
  • Loading branch information
Sarah Young authored and Christopher Baines committed Mar 9, 2022
1 parent 3310b1c commit 61aa4ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<footer class="govuk-footer " role="contentinfo">
<div class="govuk-width-container ">
<div class="govuk-footer__navigation">
<div class="govuk-footer__section">
<div class="govuk-footer__section govuk-grid-column-one-third">
<h2 class="govuk-footer__heading govuk-heading-m">About</h2>
<ul class="govuk-footer__list govuk-footer__list--columns-1">
<li class="govuk-footer__list-item">
Expand All @@ -80,7 +80,7 @@
</li>
</ul>
</div>
<div class="govuk-footer__section">
<div class="govuk-footer__section govuk-grid-column-one-third">
<h2 class="govuk-footer__heading govuk-heading-m">Connect</h2>
<ul class="govuk-footer__list govuk-footer__list--columns-1">
<li class="govuk-footer__list-item">
Expand All @@ -94,7 +94,7 @@
</li>
</ul>
</div>
<div class="govuk-footer__section">
<div class="govuk-footer__section govuk-grid-column-one-third">
<h2 class="govuk-footer__heading govuk-heading-m">Admin</h2>
<ul class="govuk-footer__list govuk-footer__list--columns-1">
<li class="govuk-footer__list-item">
Expand Down

0 comments on commit 61aa4ea

Please sign in to comment.