From d165db78def12138736386deba0c0421909f055c Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Fri, 27 Jul 2018 00:44:34 +0200 Subject: [PATCH] fix max search box width --- .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 10157461..5a80050d 100644 --- a/.vuepress/theme/styles/nav.css +++ b/.vuepress/theme/styles/nav.css @@ -12,7 +12,7 @@ } .home-link { - @apply .block .text-white .font-light .flex-no-shrink; + @apply .block .text-white .font-light .flex-no-shrink .mr-6; .logo { @apply .h-full .float-left;