Tweaked css and debounced image update

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-08-22 17:42:50 +01:00
parent 0df8d48810
commit 02cce91303
3 changed files with 19 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
body {
min-height: 100vh;
display: flex;
@@ -257,7 +256,12 @@ body {
font-variant: no-contextual;
}
#download, #result-image {
#result-image {
display: block;
margin: 30px auto;
margin: 20px auto;
}
#download {
display: block;
margin: 10px auto 30px;
}