h1 title styling

This commit is contained in:
Brooke Christiansen
2025-05-01 19:55:04 -07:00
parent c0be749c02
commit 247d2c9bf2
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ import "../styles/globals.css";
<div>
<Navbar />
<div class="pl-4 pr-4">
<h1>Get Involved</h1>
<h1 class="text-3xl font-semibold">Get Involved</h1>
</div>
</div>
<Footer />

View File

@ -10,7 +10,7 @@ import "../styles/globals.css";
<div>
<Navbar />
<div class="pl-4 pr-4">
<h1>Points of Unity</h1>
<h1 class="text-3xl font-semibold">Points of Unity</h1>
<p>
We situate ourselves in our context - as Seattle residents and as
users and creators of the technologies we aim to resist. We are seeing

View File

@ -10,8 +10,8 @@ import "../styles/globals.css";
<div>
<Navbar />
<div class="pl-4 pr-4">
<h1>What We're Working On</h1>
<p>Pihole Workshop</p>
<h1 class="text-3xl font-semibold">What We're Working On</h1>
<p>Pihole Workshop</p>
</div>
</div>
<Footer />