From b252eb7b31f03b6af192a94df9de6c39c42babf7 Mon Sep 17 00:00:00 2001 From: Josix Date: Sat, 5 Aug 2023 01:36:26 +0800 Subject: [PATCH] fix(index/sponsorCard): adjust sponsorCard__tag position and remove logo border radius --- components/sponsors/SponsorCard.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/sponsors/SponsorCard.vue b/components/sponsors/SponsorCard.vue index f0ad50bcbb..b092791344 100644 --- a/components/sponsors/SponsorCard.vue +++ b/components/sponsors/SponsorCard.vue @@ -48,7 +48,6 @@ export default { .sponsorCard > img { @apply absolute object-contain; width: calc(100% - 10px); - border-radius: inherit; } .sponsorCard.-small { @@ -58,7 +57,7 @@ export default { .sponsorCard__tag { @apply absolute flex h-5 w-full items-center justify-center text-[12px] font-semibold; - bottom: 20px; + bottom: 13px; background-color: hsla(321, 32%, 62%, 1); color: #ffffff;