We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c770c commit 1dc98d3Copy full SHA for 1dc98d3
components/templates/Partner.vue
@@ -1,12 +1,12 @@
1
<template>
2
<div>
3
- <div class="h-80 p-6 flex justify-center items-center bg-sky-darkest">
+ <div class="h-80 flex justify-center items-center bg-sky-darkest">
4
<img
5
v-if="page.profile.logoFull"
6
loading="lazy"
7
:src="`${page.profile.logoFull.url}`"
8
:alt="page.name"
9
- class="h-20"
+ class="h-full w-full object-cover"
10
/>
11
</div>
12
0 commit comments