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 a44c309 commit dab058bCopy full SHA for dab058b
2025/src/components/Staff/index.astro
@@ -2,7 +2,7 @@
2
import StaffCard from "./StaffCard.astro";
3
---
4
5
-<section id="staff" class="bg-emerald-50 py-6 sm:py-8 md:py-12 lg:py-16">
+<section id="staff" class="bg-white py-6 sm:py-8 md:py-12 lg:py-16">
6
<div class="container mx-auto px-4">
7
<div class="mb-6 text-center sm:mb-8">
8
<h2
0 commit comments