mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 00:43:50 +01:00
スポンサー部分の調整 (#103)
* Update Sponsors.vue * use tailwind css --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
b30b26675f
commit
ac0d0cd9b1
@ -9,11 +9,16 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
class="block aspect-square bg-white overflow-clip"
|
class="block aspect-square bg-white overflow-clip"
|
||||||
:class="[
|
:class="[
|
||||||
{ 'p-5': !sponsor.noMargin },
|
|
||||||
{ 'rounded-full': !sponsor.noRounded }
|
{ 'rounded-full': !sponsor.noRounded }
|
||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<img :src="sponsor.img" class="w-full h-full object-contain" />
|
<img
|
||||||
|
:src="sponsor.img"
|
||||||
|
class="w-full h-full object-contain"
|
||||||
|
:class="[
|
||||||
|
{ 'p-5': !sponsor.noMargin }
|
||||||
|
]"
|
||||||
|
/>
|
||||||
</GNuxtLink>
|
</GNuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -58,7 +63,3 @@ const sponsors: Sponsor[] = [
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue
Block a user