diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
| commit | 748564be8a54f07761eea87c1bb84009e16a8593 (patch) | |
| tree | 743c6a2105afd7fadb83e9e68aa611551a188201 /site/layouts/partials/nav.html | |
| parent | 7163e7d16db40a3382167dcec145cd033114227a (diff) | |
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
Diffstat (limited to 'site/layouts/partials/nav.html')
| -rw-r--r-- | site/layouts/partials/nav.html | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/site/layouts/partials/nav.html b/site/layouts/partials/nav.html index 58c56de..fe722c2 100644 --- a/site/layouts/partials/nav.html +++ b/site/layouts/partials/nav.html @@ -1,12 +1,19 @@ -<nav class="overflow-x-scroll flex justify-between center bg-white divider"> +<nav class="overflow-x-scroll overflow-x-visible-ns flex justify-between items-center center bg-white divider-grey"> + + <!-- Logo --> <a href="/" class="pa3 dib mr4 flex-none"> - <img src="/img/logo.svg" width="80px" alt="Kaldi logo" class="br0"/> + <img src="/img/logo.svg" width="90px" alt="Kaldi logo" class="br0 db"/> </a> + <!-- Primary Nav --> <ul class="flex b grey-3"> - <li><a href="/products" class="pa3 link db">Products</a></li> - <li><a href="/about" class="pa3 link db">Values</a></li> - <li><a href="/post" class="pa3 link db">Blog</a></li> - <li><a href="/contact" class="pa3 link db">Contact</a></li> + <li><a href="/products" class="pa3 no-underline db">Products</a></li> + + <li><a href="/values" class="pa3 no-underline db">Values</a></li> + + <li><a href="/post" class="pa3 no-underline db">Blog</a></li> + + <li><a href="/contact" class="pa3 no-underline db">Contact</a></li> </ul> + </nav> |
