Skip to content

Commit

Permalink
Optimize home for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Dec 30, 2024
1 parent 604ae7f commit ef75c73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ import BackOnTrackLayout from "../layouts/BackOnTrackLayout.astro";

<BackOnTrackLayout title="Home">
<div class="flex flex-col p-5">
<p class="p-2 text-center text-6xl font-extrabold text-bot-blue">
<p
class="p-2 text-center text-3xl font-extrabold text-bot-blue md:text-6xl"
>
Our mission is...
</p>
<p class="p-2 text-center text-4xl font-extrabold text-bot-blue">
<p class="p-2 text-center text-xl font-extrabold text-bot-blue md:text-4xl">
to serve the homeless and those suffering from food insecurity by
coordinating student volunteers in our communities.
</p>
Expand Down

0 comments on commit ef75c73

Please sign in to comment.