update logo size at news

This commit is contained in:
2021-04-12 12:48:46 +02:00
parent 4610557af4
commit 3b4461964e

View File

@@ -11,9 +11,9 @@
:key="partner.id"
:to="partner.path"
target="_blank"
class="col-span-1 flex justify-center py-8 px-8 m-1 bg-gray-100"
class="col-span-1 flex justify-center m-1 bg-gray-100"
>
<img class="max-h-12" :src="img(partner.logo)" />
<img class="" :src="img(partner.logo)" />
</g-link>
</div>
</div>