Skip to content

Commit fb7bf09

Browse files
committed
style /members
1 parent bcfdf67 commit fb7bf09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/members.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const members = (await getCollection("members")).sort(
2424
width="1920"
2525
height="700"
2626
class="fixed top-0 -z-100 h-[100vh] w-full object-cover"
27-
style="object-position: 50% 20%;"
27+
style="object-position: 75% 20%;"
2828
aria-hidden
2929
/>
3030
<div class="mt-160">
@@ -34,7 +34,7 @@ const members = (await getCollection("members")).sort(
3434
メンバー
3535
</h1>
3636
</div>
37-
<main class="px-4 py-16 backdrop-blur">
37+
<main class="border-t-2 border-gray-600 px-4 py-16 backdrop-blur">
3838
<ul class="grid w-full gap-8 px-[10%] pt-6 md:grid-cols-2 xl:grid-cols-3">
3939
{
4040
members.map((member) => (

0 commit comments

Comments
 (0)