Add: age / Change: card width
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user