Skip to content

Commit

Permalink
tweaked 404 page for better mobile support
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCat committed Oct 14, 2024
1 parent a75448e commit 8b605d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import Block from "../layouts/Block.astro"
<div class="flex justify-center text-2xl md:text-4xl font-bold">
<Block>
<header class="text-center">
<h1>Oh hi. You fell out of bounds</h1>
<h2 class="text-2xl m-2">Here's the way back home</h2> <br>
<h1>You fell out of bounds</h1>
<h2 class="text-lg md:text-2xl m-2">Here's the way back home</h2> <br>
</header>
<div class="flex before:ml-8">
<div class="flex">
<div class="whitespace-pre">
<span>&#8203; へ </span> <br>
<span>&#8203; ૮ - ՛ ) つ </span> <br>
Expand Down

0 comments on commit 8b605d9

Please sign in to comment.