Skip to content

Commit

Permalink
fixed 404 padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienR1 committed Mar 2, 2025
1 parent e3db7b0 commit b358081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/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 path="/404">
<div
class="flex items-center flex-col mt-[30%] max-w-52 mx-auto sm:flex-row sm:max-w-96 sm:gap-8"
class="flex items-center flex-col pt-[30%] max-w-52 mx-auto sm:flex-row sm:max-w-96 sm:gap-8"
>
<a
href="/"
Expand Down

0 comments on commit b358081

Please sign in to comment.