Adjust padding on mobile

This commit is contained in:
Oliver Davies 2019-06-07 00:12:25 +01:00
parent 1f519fb471
commit 2fbe349465

View file

@ -35,7 +35,7 @@
<a <a
v-for="(item, index) in items" v-for="(item, index) in items"
:key="index" :key="index"
class="block text-white no-underline focus:outline-none py-2 md:py-1 px-2 md:px-2 mx-4 md:mx-2 mt-1 md:mt-0 rounded md:mr-0 hover:underline text-sm -mb-px" class="block text-white no-underline focus:outline-none py-3 md:py-2 md:py-1 px-4 md:px-2 mx-4 md:mx-2 mt-1 md:mt-0 rounded md:mr-0 hover:underline text-sm -mb-px"
:class="{'bg-blue-500 md:bg-blue-700 hover:border-blue-600 hover:no-underline cursor-default': isActive(item)}" :class="{'bg-blue-500 md:bg-blue-700 hover:border-blue-600 hover:no-underline cursor-default': isActive(item)}"
:href="item.href" :href="item.href"
> >