style: remove descriptive text from 404 template for a cleaner look
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
This commit is contained in:
@@ -2,10 +2,7 @@
|
|||||||
|
|
||||||
<section class="container mx-auto px-4 py-20 md:py-32 flex flex-col items-center justify-center text-center animate-fadeInUp">
|
<section class="container mx-auto px-4 py-20 md:py-32 flex flex-col items-center justify-center text-center animate-fadeInUp">
|
||||||
<h1 class="text-9xl font-bold tracking-tighter text-[var(--brand-primary)] opacity-20 mb-4">404</h1>
|
<h1 class="text-9xl font-bold tracking-tighter text-[var(--brand-primary)] opacity-20 mb-4">404</h1>
|
||||||
<h2 class="text-4xl md:text-6xl font-bold mb-6">Page Not Found</h2>
|
<h2 class="text-4xl md:text-6xl font-bold mb-12">Page Not Found</h2>
|
||||||
<p class="text-xl md:text-2xl text-[var(--text-secondary)] max-w-lg mb-12 font-serif italic">
|
|
||||||
The page you are looking for might have been moved, removed, or is temporarily unavailable.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<a href="{{@site.url}}" class="btn-primary">
|
<a href="{{@site.url}}" class="btn-primary">
|
||||||
← Back to Home
|
← Back to Home
|
||||||
|
|||||||
Reference in New Issue
Block a user