From bc39c2e8de5bf292a57cdf06fe485d8c3f0fe8a5 Mon Sep 17 00:00:00 2001 From: Corey Date: Sat, 1 Aug 2020 13:27:32 +0800 Subject: [PATCH] Tweaked grid size --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 1ff49ba..46fed93 100644 --- a/src/index.html +++ b/src/index.html @@ -259,7 +259,7 @@ item.icon_path + `.svg`" x-bind:download="downloadType === 'download-svg' && item.icon_name" - class="flex flex-col relative items-center group justify-center text-gray-700 rounded shadow hover:shadow-xl bg-white cursor-pointer transition duration-150 ease-in-out h-48" + class="flex flex-col relative items-center group justify-center text-gray-700 rounded shadow hover:shadow-xl bg-white cursor-pointer transition duration-150 ease-in-out h-32 md:h-48" @click="handleClick(item, downloadType, $event), $dispatch('show:toast'), setTimeout(() => $dispatch('show:toast'), 2000)" >