Update AvailableSources.vue

This commit is contained in:
2020-08-13 04:55:08 +05:00
parent 9ae0eb4e86
commit b4770ee98a

View File

@@ -13,7 +13,7 @@
<div
v-for="source in sources"
:key="source.id"
class="flex flex-col items-center shadow hover:shadow-lg mr-5 rounded p-10"
class="flex flex-col items-center shadow hover:shadow-lg mr-5 rounded p-10 mt-3"
>
<img
class="h-16 w-16"