From b1b6a7eecd2ea0b59692c972d83661ec3417f555 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 11 Sep 2018 20:08:01 -0700 Subject: [PATCH] Biggerify the navigation --- resources/assets/styles/components/navigation.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/resources/assets/styles/components/navigation.css b/resources/assets/styles/components/navigation.css index 69a12ccd3..7a952712c 100644 --- a/resources/assets/styles/components/navigation.css +++ b/resources/assets/styles/components/navigation.css @@ -1,9 +1,9 @@ .nav { - @apply .bg-blue; - height: 48px; + @apply .bg-blue .border-b .border-t .border-blue-darkest; + height: 56px; & > .logo { - @apply .mx-8 .font-sans .font-thin .text-2xl .text-white .inline-block .pt-2; + @apply .mx-8 .font-sans .font-thin .text-3xl .text-white .inline-block .pt-2; & a { color: inherit; @@ -21,8 +21,7 @@ & > li { @apply .inline-block; & > a { - @apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm; - padding: 15px; + @apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm .p-5; &:hover { @apply .bg-blue-dark;