Skip to content

Commit

Permalink
Style mission on home
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Dec 29, 2024
1 parent 967c830 commit c0ba3fb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";
---

<BackOnTrackLayout title="Home">
<p class="p-5 text-center text-4xl font-medium">
Our mission is to serve the homeless and those suffering from food
insecurity by coordinating student volunteers in our communities.
</p>
<div class="flex flex-col p-5">
<p class="p-2 text-center text-6xl font-extrabold text-bot-blue">
Our mission is...
</p>
<p class="p-2 text-center text-4xl font-extrabold text-bot-blue">
to serve the homeless and those suffering from food insecurity by
coordinating student volunteers in our communities.
</p>
</div>
<Image
src="/map.png"
alt="Map showing states that have chapters"
Expand Down

0 comments on commit c0ba3fb

Please sign in to comment.