Change number of cards in a row

This commit is contained in:
Oliver Davies 2019-06-15 20:44:37 +01:00
parent e45099c132
commit 62c1d4f3e3

View file

@ -15,7 +15,7 @@
<div class="mt-6">
<div v-if="displayMode == 'grid'" class="flex flex-wrap -mt-8 mb-4 -mx-4">
<div class="w-full px-4 mt-8 sm:w-1/2 md:w-1/3" v-for="n in 9" :key="n">
<div class="w-full px-4 mt-8 sm:w-1/2 lg:w-1/3" v-for="n in 9" :key="n">
<project-card></project-card>
</div>
</div>