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

This commit is contained in:
kolaente 2022-01-29 18:24:14 +01:00
parent 47361e9263
commit b51f7a45fc
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-row">
<section class="w-screen 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>