Add: age / Change: card width

This commit is contained in:
2025-10-27 15:46:19 +09:00
parent 1164940981
commit 1e0f893b24
5 changed files with 25 additions and 6 deletions
+4 -5
View File
@@ -37,9 +37,9 @@ import contacts from "@/constants/contacts";
<div class={`
flex
flex-col
flex-wrap
gap-3
w-full
w-[70vw]
p-5
`}>
<span class="font-bold text-4xl w-full mb-3">詳細</span>
@@ -50,7 +50,6 @@ import contacts from "@/constants/contacts";
description={detail.description}
img={detail.img}
href={detail.href}
isFullWidth
/>
))}
</div>
@@ -59,7 +58,7 @@ import contacts from "@/constants/contacts";
flex
flex-wrap
gap-3
w-fit
w-[70vw]
p-5
`}>
<span class="font-bold text-4xl w-full mb-3">リンク</span>
@@ -78,7 +77,7 @@ import contacts from "@/constants/contacts";
flex
flex-col
gap-3
w-full
w-[70vw]
p-5
`}>
<span class="font-bold text-4xl w-full mb-3">連絡先</span>