Skip to content

Commit

Permalink
fix: not found padding
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Dec 25, 2024
1 parent 7436bb5 commit 981678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Layout from "../layouts/Layout.astro";
<Layout title="Page Not Found">
<div class="container max-w-4xl mx-auto px-12 flex-1">
<div
class="w-full h-screens flex flex-col items-center justify-center"
class="w-full h-screens py-16 flex flex-col items-center justify-center"
>
<img class="w-1/2 md:1/3 lg:w-1/4" src="/images/404.png" />
<div class="flex flex-col items-center justify-center">
Expand Down

0 comments on commit 981678d

Please sign in to comment.