h1 title styling
This commit is contained in:
@ -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 />
|
||||
|
@ -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
|
||||
|
@ -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 />
|
||||
|
Reference in New Issue
Block a user