Skip to content

Commit

Permalink
Adjust 404 page for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 23, 2024
1 parent e5d99ac commit d31bdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import { URLS } from '../statics';
<Layout title="404" >
<main>
<div class="hero bg-base-200 min-h-screen">
<div class="hero-content flex-col lg:flex-row">
<div class="hero-content flex-col-reverse lg:flex-row">
<img
src={URLS.INTERNAL_HOME + "404.jfif"}
alt="An AI-generated image of people unable to find the correct way."
class="max-w-sm rounded-lg shadow-2xl" />
class="sm:max-w-sm rounded-lg shadow-2xl" />
<div>
<h1 class="text-5xl font-bold">404!</h1>
<div class="py-6">
Expand Down

0 comments on commit d31bdef

Please sign in to comment.