UI: properly scale image on 404

This commit is contained in:
Pieter Vander Vennet 2025-06-13 01:38:07 +02:00
parent 093a0588be
commit 9a86c5683b
3 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,8 @@
<div class="flex h-full w-full flex-col items-center justify-center p-8">
<div class="flex flex-col items-center">
<World style="height: 200px" />
<World class="w-full h-auto"/>
<h1>
<Tr t={Translations.t.general["404"]} />
</h1>