Reduce padding

This commit is contained in:
Oliver Davies 2018-12-30 23:48:01 +00:00
parent 39cb6d4022
commit f9536cf21a
2 changed files with 2 additions and 2 deletions
source/_partials/layout

View file

@ -1,6 +1,6 @@
<div class="border-bottom border-b border-grey-light mb-6 fixed pin-t w-full bg-white z-20">
<div class="px-4 md:px-8 mx-auto">
<div class="block py-5 v-cloak-block">
<div class="block py-4 v-cloak-block">
<div class="font-semibold text-sm">{{ site.title }}</div>
</div>