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