Skip to content

Commit

Permalink
Centre align text and use nav styles on helpful links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Petrie committed Jul 27, 2016
1 parent 1155371 commit 989fc9c
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,27 @@

<section class="error">
<div class="grid">
<div class="unit whole center-on-mobile">
<div class="unit whole align-center">
<p>The resource you requested was not found. Here are some links to help you find your way:</p>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/docs/home/">Docs</a>
</li>
<li>
<a href="/news/">News</a>
</li>
<li>
<a href="/community/">Community</a>
</li>
<li>
<a href="/help/">Help</a>
</li>
</ul>
<nav class="main-nav">
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/docs/home/">Documentation</a>
</li>
<li>
<a href="/news/">News</a>
</li>
<li>
<a href="/community/">Community</a>
</li>
<li>
<a href="/help/">Help</a>
</li>
</ul>
</nav>
</div>
</div>
</section>

0 comments on commit 989fc9c

Please sign in to comment.