forked from MapComplete/MapComplete
UI: properly scale image on 404
This commit is contained in:
parent
093a0588be
commit
9a86c5683b
3 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
|
@ -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>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue