Skip to content

Commit dab058b

Browse files
committed
feat: スタッフセクションの背景を白に変更
1 parent a44c309 commit dab058b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/src/components/Staff/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import StaffCard from "./StaffCard.astro";
33
---
44

5-
<section id="staff" class="bg-emerald-50 py-6 sm:py-8 md:py-12 lg:py-16">
5+
<section id="staff" class="bg-white py-6 sm:py-8 md:py-12 lg:py-16">
66
<div class="container mx-auto px-4">
77
<div class="mb-6 text-center sm:mb-8">
88
<h2

0 commit comments

Comments
 (0)