Re-style navbar

This commit is contained in:
Oliver Davies 2019-06-06 23:19:39 +01:00
parent 34acf6b8f7
commit 5600699f88
2 changed files with 10 additions and 15 deletions

View file

@ -1,8 +1,8 @@
<div class="border-bottom border-b border-gray-300 mb-6 fixed top-0 w-full bg-white z-20">
<div class="container px-4 mx-auto">
<div class="bg-blue-500 border-b-3 border-blue-700 mb-6 w-full fixed top-0 z-20">
<div class="w-full max-w-5xl px-4 mx-auto">
<div class="block py-5 v-cloak-block">
<div class="text-sm">
<a href="/" class="text-black" tabindex="-1">
<a href="/" class="font-semibold text-white" tabindex="-1">
{{ site.title }}
</a>
</div>