File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments