Skip to content

Commit

Permalink
Fix volunteer page footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Dec 29, 2024
1 parent 414c4a0 commit 6f8fd0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/volunteer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const records = await pb.collection("locations").getFullList({

<BackOnTrackLayout title="Volunteer">
<div
class="bg-black/[.6] bg-[url('/volunteer.png')] bg-cover bg-fixed bg-center bg-no-repeat bg-blend-overlay"
class="h-full bg-black/[.6] bg-[url('/volunteer.png')] bg-cover bg-fixed bg-center bg-no-repeat bg-blend-overlay"
>
<div class="flex flex-col items-center">
<h1 class="pt-10 text-center text-3xl font-bold text-white md:text-4xl">
Expand Down Expand Up @@ -66,7 +66,6 @@ const records = await pb.collection("locations").getFullList({
})
}
</div>
<div class="h-full"></div>
</div>
</div>
</BackOnTrackLayout>

0 comments on commit 6f8fd0e

Please sign in to comment.