We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfdf67 commit fb7bf09Copy full SHA for fb7bf09
src/pages/members.astro
@@ -24,7 +24,7 @@ const members = (await getCollection("members")).sort(
24
width="1920"
25
height="700"
26
class="fixed top-0 -z-100 h-[100vh] w-full object-cover"
27
- style="object-position: 50% 20%;"
+ style="object-position: 75% 20%;"
28
aria-hidden
29
/>
30
<div class="mt-160">
@@ -34,7 +34,7 @@ const members = (await getCollection("members")).sort(
34
メンバー
35
</h1>
36
</div>
37
- <main class="px-4 py-16 backdrop-blur">
+ <main class="border-t-2 border-gray-600 px-4 py-16 backdrop-blur">
38
<ul class="grid w-full gap-8 px-[10%] pt-6 md:grid-cols-2 xl:grid-cols-3">
39
{
40
members.map((member) => (
0 commit comments