fixed some mobile layout issues
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<nav>
|
||||
<a href="/">Home</a><br/>
|
||||
<a href="/blog/">Blog</a><br/>
|
||||
<a href="/about/">About</a><br/>
|
||||
<a href="/links/">Links</a><br/>
|
||||
<a href="/contact/">Contact</a>
|
||||
<a href="/">/</a><br/>
|
||||
<a href="/blog/">/blog</a><br/>
|
||||
<a href="/about/">/about</a><br/>
|
||||
<a href="/links/">/links</a><br/>
|
||||
<a href="/contact/">/contact</a>
|
||||
</nav>
|
||||
{#INFO: It's important to stucture your links with the slashes / on either side of the href /about/ to ensure the links are always from the root of the site.#}
|
Reference in New Issue
Block a user