Skip to content

Commit

Permalink
fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Jones committed Mar 8, 2024
1 parent b72e72f commit ea8ba3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/design-system/styles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ <h1 class="govuk-heading-xl govuk-!-margin-top-6">{{pageName}}</h1>

<div class="dfe-card">
<div class="dfe-card-container">
<h3 class="govuk-heading-m">
<h2 class="govuk-heading-m">
<a href="/design-system/styles/colour"
class="govuk-link govuk-link--no-visited-state dfe-card-link--header">Colour</a>
</h3>
</h2>
<p>Colour palette for Department for Education services.</p>
</div>
</div>

<div class="dfe-card">
<div class="dfe-card-container">
<h3 class="govuk-heading-m">
<h2 class="govuk-heading-m">
<a href="/design-system/styles/typography"
class="govuk-link govuk-link--no-visited-state dfe-card-link--header">Typography</a>
</h3>
</h2>
<p>Font family and styles for Department for Education services.</p>
</div>
</div>
Expand Down

0 comments on commit ea8ba3e

Please sign in to comment.