diff options
| -rw-r--r-- | site/layouts/partials/nav.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/layouts/partials/nav.html b/site/layouts/partials/nav.html index fe722c2..ec72de9 100644 --- a/site/layouts/partials/nav.html +++ b/site/layouts/partials/nav.html @@ -1,8 +1,8 @@ -<nav class="overflow-x-scroll overflow-x-visible-ns flex justify-between items-center center bg-white divider-grey"> +<nav class="overflow-x-scroll overflow-x-visible-ns flex justify-between items-center center bg-white divider-grey relative"> <!-- Logo --> - <a href="/" class="pa3 dib mr4 flex-none"> - <img src="/img/logo.svg" width="90px" alt="Kaldi logo" class="br0 db"/> + <a href="/" class="pa3 db mr4 h-100 w3"> + <img src="/img/logo.svg" alt="Kaldi logo" class="br0 db mb0 w-100"/> </a> <!-- Primary Nav --> |
