Skip to content

Commit

Permalink
Shrink volunteer text
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Jan 6, 2025
1 parent 0e36430 commit 0b0ba51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/volunteer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const records = await pb.collection("locations").getFullList({
{
records.map((record) => {
return (
<div class="flex flex-col items-center justify-center gap-5">
<p class="text-center text-3xl font-bold text-white md:text-5xl">
<div class="flex flex-col items-center justify-center gap-3">
<p class="text-center text-3xl font-bold text-white md:text-4xl">
{record.name}
</p>
<div class="flex items-center justify-center gap-2">
Expand Down

0 comments on commit 0b0ba51

Please sign in to comment.