h1 title styling

This commit is contained in:
B
2025-05-01 19:55:04 -07:00
parent d44ce6b8a2
commit c3f941b5d2
3 changed files with 4 additions and 4 deletions
+1 -1
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 />
+1 -1
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
+2 -2
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 />