From ac0d0cd9b165368c1ef3b4ed7570ceef986f7cc8 Mon Sep 17 00:00:00 2001
From: Srgr0 <66754887+Srgr0@users.noreply.github.com>
Date: Sun, 10 Mar 2024 19:05:10 +0900
Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=9D=E3=83=B3=E3=82=B5=E3=83=BC?=
=?UTF-8?q?=E9=83=A8=E5=88=86=E3=81=AE=E8=AA=BF=E6=95=B4=20(#103)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Update Sponsors.vue
* use tailwind css
---------
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
---
components/index/Sponsors.vue | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/components/index/Sponsors.vue b/components/index/Sponsors.vue
index f74b5184..a379d192 100644
--- a/components/index/Sponsors.vue
+++ b/components/index/Sponsors.vue
@@ -9,11 +9,16 @@
target="_blank"
class="block aspect-square bg-white overflow-clip"
:class="[
- { 'p-5': !sponsor.noMargin },
{ 'rounded-full': !sponsor.noRounded }
]"
>
-
+
@@ -58,7 +63,3 @@ const sponsors: Sponsor[] = [
}
];
-
-
\ No newline at end of file