diff options
| -rw-r--r-- | site/layouts/partials/nav.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/nav.html b/site/layouts/partials/nav.html index ec72de9..5989660 100644 --- a/site/layouts/partials/nav.html +++ b/site/layouts/partials/nav.html @@ -1,7 +1,7 @@ <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 db mr4 h-100 w3"> + <a href="/" class="pa3 db mr4 h-100 w3 flex-none"> <img src="/img/logo.svg" alt="Kaldi logo" class="br0 db mb0 w-100"/> </a> |
