From 775f6f54953f43b3f17a1ddda9f76e40a989a7f9 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Thu, 26 Jul 2018 22:46:14 -0700 Subject: [PATCH] Fix logo display --- .vuepress/theme/styles/nav.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.vuepress/theme/styles/nav.css b/.vuepress/theme/styles/nav.css index e32f8d64..df3ee1a2 100644 --- a/.vuepress/theme/styles/nav.css +++ b/.vuepress/theme/styles/nav.css @@ -16,10 +16,14 @@ } .home-link { - @apply .block .text-white .font-light .mr-6 .flex-none .w-auto; + @apply .text-white .font-light; + + &:hover { + @apply .no-underline; + } .logo { - @apply .h-12; + @apply .h-12 .float-left; } .site-name {