From 5f807063f49c15e2feacd65e83d601edd351b77f Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Thu, 26 Jul 2018 22:28:57 +0200 Subject: [PATCH] fix home link on navbar --- .vuepress/theme/styles/nav.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/theme/styles/nav.css b/.vuepress/theme/styles/nav.css index 3f986bee..74b5acbb 100644 --- a/.vuepress/theme/styles/nav.css +++ b/.vuepress/theme/styles/nav.css @@ -12,7 +12,7 @@ } .home-link { - @apply .text-white .font-light; + @apply .text-white .font-light .flex-no-shrink; .logo { @apply .h-full .float-left;