Skip to content

Commit

Permalink
Make NOT FOUND text bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
trentwiles committed Sep 28, 2020
1 parent 0111033 commit 44b9807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Layout from '../components/Layout'
const NotFoundPage = () => (
<Layout>
<div>
<h1>NOT FOUND</h1>
<h3 class="has-text-weight-semibold is-size-2">NOT FOUND</h1>
<p>You just hit a route that doesn&#39;t exist... the sadness.</p>
</div>
</Layout>
Expand Down

0 comments on commit 44b9807

Please sign in to comment.