Skip to content

Commit

Permalink
Fix mismatched <h2> </h3> in layout example
Browse files Browse the repository at this point in the history
  • Loading branch information
richardTowers authored Mar 30, 2019
1 parent 91c2624 commit 1545e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/layout/common-two-thirds-one-third/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ignore_in_sitemap: true
</div>

<div class="govuk-grid-column-one-third">
<h2 class="govuk-heading-m">One-third column</h3>
<h3 class="govuk-heading-m">One-third column</h3>
<p class="govuk-body">This is a paragraph inside a one-third wide column</p>
</div>
</div>
Expand Down

0 comments on commit 1545e33

Please sign in to comment.