Skip to content

Commit

Permalink
Whoops, missed a few
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Oct 3, 2023
1 parent 0148ce8 commit 04f4b14
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
18 changes: 9 additions & 9 deletions app/pages/404.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ export default function FourOh4({ html, state }) {
<header
class="
mb5
mb-none-lg
pl3
pt1
mbe5
mbe-none-lg
pis3
pbs1
font-sans
">
<div
Expand All @@ -141,8 +141,8 @@ export default function FourOh4({ html, state }) {
justify-content-start
align-items-center
">
<cherub-head class="mr0"></cherub-head>
<h2 class="text1 pt-3 font-bold">Enhance</h2>
<cherub-head class="mie0"></cherub-head>
<h2 class="text1 pbs-3 font-bold">Enhance</h2>
</div>
</header>
<main
Expand All @@ -159,7 +159,7 @@ export default function FourOh4({ html, state }) {
heading
text-center
align-self-center
mb5
mbe5
m-none-lg
">
<h1 class="tracking-1">Not Found - 404</h1>
Expand All @@ -175,7 +175,7 @@ export default function FourOh4({ html, state }) {
">
<p
class="
mb2
mbe2
text2
text3-lg
text-center
Expand All @@ -189,7 +189,7 @@ export default function FourOh4({ html, state }) {
block
align-self-end
align-self-start-lg
pt5
pbs5
p-none-lg
"></cherub-mascot>
</main>
Expand Down
21 changes: 9 additions & 12 deletions app/pages/cta.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,40 +83,37 @@
<main
class="
mi-auto
pt4
pr2
pb2
pl2
pbs4
pi2
pbe2
color-light
font-sans
"
>
<div
class="
mi-auto
pr2
pl2
pi2
mbe0
"
>
<cherub-mascot class="axol mi-auto"></cherub-mascot>
</div>
<div
class="
pr1
pl1
pi1
mb2
"
>
<img src="/_public/img/svg/enhance-type.svg" alt="Enhance">
</div>
<div class="pr1 pl1 mb2 font-semibold color-lilac text3 text-center">
<div class="pi1 mb2 font-semibold color-lilac text3 text-center">
<h2>The HTML framework</h2>
</div>
<section
class="
p2
mb1
mbe1
text0
text1-lg
bg-lilac
Expand All @@ -128,10 +125,10 @@ <h2>The HTML framework</h2>
"
>
<div class="inline-block">
<p class="mb-1">
<p class="mbe-1">
<span class="inline-block cta">Read the Docs:</span> <a class="" href="https://enhance.dev/docs/">enhance.dev/docs</a>
</p>
<p class="mb-1">
<p class="mbe-1">
<span class="inline-block cta">Join our Discord:</span> <a href="https://enhance.dev/discord">enhance.dev/discord</a>
</p>
<p>
Expand Down

0 comments on commit 04f4b14

Please sign in to comment.