Skip to content
Snippets Groups Projects
Verified Commit 5c788a00 authored by TTtie's avatar TTtie
Browse files

correct accessibility/typography issues on 404 page

parent c1e27451
No related branches found
No related tags found
No related merge requests found
Pipeline #3012 passed
......@@ -7,7 +7,7 @@ permalink: "/404.html"
<main class="content-wrapper">
<header class="hero content--text-centered">
<h1 class="hero__heading">404</h1>
<p class="hero__subheading">Here goes nothing... maybe try going to the home page instead?</p>
<p class="hero__subheading">Here goes nothing&hellip; maybe try going to the home page instead?</p>
</header>
<section class="content content--text-centered">
......@@ -15,10 +15,10 @@ permalink: "/404.html"
<p>
<a href="/" class="button button--primary">
<span class="icon-pill">
<span class="icon-pill__icon">
<span class="icon-pill__icon" aria-hidden="true">
<i class="fas fa-home"></i>
</span>
<span>
<span class="icon-pill__text">
Home
</span>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment