Skip to content

Commit a79edbc

Browse files
committed
adjust design
1 parent 76d5e8d commit a79edbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/members.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ const members = (await getCollection("members")).sort(
3030
>
3131
メンバー
3232
</h1>
33-
<main class="mt-[100vh] border-t-2 border-gray-600 px-4 py-16 backdrop-blur">
33+
<main
34+
class="mt-[100vh] border-t-2 border-gray-600 bg-black/50 px-4 py-16 backdrop-blur"
35+
>
3436
<ul class="flex flex-row flex-wrap justify-center gap-8 px-[5%] pt-6">
3537
{
3638
members.map((member) => (
@@ -47,7 +49,7 @@ const members = (await getCollection("members")).sort(
4749
src={member.data.upperBodyImage}
4850
width="400"
4951
height="400"
50-
class="skeleton"
52+
class="skeleton rounded-none"
5153
/>
5254
<div class="absolute bottom-0 w-full min-w-45 bg-gradient-to-b from-transparent to-black px-6 pt-12 pb-6 text-white">
5355
<h2 class="text-3xl">{member.data.nameJa}</h2>

0 commit comments

Comments
 (0)