fix: make 404 top-aligned

This commit is contained in:
eggy 2022-08-08 10:13:23 -04:00
parent 16f13263d6
commit 1e87a8556e

View File

@ -4,7 +4,7 @@
<ContentDoc tag="article" class="prose dark:prose-invert">
<template #not-found>
<!-- 404 -->
<main class="prose dark:prose-invert">
<main class="prose dark:prose-invert h-full">
<h1>404 - Not Found</h1>
<p>Maybe you can find somewhere else?</p>
</main>