Centre align text and use nav styles on helpful links.

This commit is contained in:
Adam Petrie 2016-07-27 19:54:07 -04:00
parent 1155371f4e
commit 989fc9c3db
1 changed files with 20 additions and 18 deletions

View File

@ -14,25 +14,27 @@ sitemap: false
<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>