Skip to content

Commit 1dc98d3

Browse files
committed
fix(partner): banner size
1 parent a6c770c commit 1dc98d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/templates/Partner.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<template>
22
<div>
3-
<div class="h-80 p-6 flex justify-center items-center bg-sky-darkest">
3+
<div class="h-80 flex justify-center items-center bg-sky-darkest">
44
<img
55
v-if="page.profile.logoFull"
66
loading="lazy"
77
:src="`${page.profile.logoFull.url}`"
88
:alt="page.name"
9-
class="h-20"
9+
class="h-full w-full object-cover"
1010
/>
1111
</div>
1212

0 commit comments

Comments
 (0)