fix: 404 page height
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-01-29 18:24:52 +01:00
parent b51f7a45fc
commit 0eb40547ec
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{ partial "header.html" . }}
<section class="w-screen h-screen bg-yellow-200 flex items-center justify-center flex-col">
<section class="w-full h-screen bg-yellow-200 flex items-center justify-center flex-col">
<h1 class="font-title pb-8 text-5xl font-bold">
Page not found
</h1>