Skip to content

Commit

Permalink
homepage style fix for header readability
Browse files Browse the repository at this point in the history
  • Loading branch information
mimiflynn committed Jan 9, 2024
1 parent 29fdfb0 commit 303e95b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ const SiteIndex = ({ location }) => {
<div className="pane">
<header className="content">
<h2>
<span>
<span className="cpx-title">
<Link to={`/exercises`}>Learn to code</Link>
</span>
</h2>
</header>
<section className="content">
<span>
<span className="cpx-title">
An interactive introduction to coding. Learn the basics through
simple exercises designed to inspire.
</span>
Expand All @@ -47,13 +47,13 @@ const SiteIndex = ({ location }) => {
<div className="pane">
<header className="content">
<h2>
<span>
<span className="cpx-title">
<Link to={`/instructor`}>Teach</Link>
</span>
</h2>
</header>
<section className="content">
<span>
<span className="cpx-title">
Learn how to encourage and inspire young coders as a volunteer
in a CPX Training Workshop.
</span>
Expand All @@ -70,13 +70,13 @@ const SiteIndex = ({ location }) => {
<div className="pane">
<header className="content">
<h2>
<span>
<span className="cpx-title">
<Link to={`/makerspace`}>Make a Makerspace</Link>
</span>
</h2>
</header>
<section className="content">
<span>
<span className="cpx-title">
Learn what it takes to create a Makerspace for your community.
</span>
</section>
Expand Down

0 comments on commit 303e95b

Please sign in to comment.