diff --git a/app/templates/recipe_edit.html b/app/templates/recipe_edit.html index eb1dcc4..2e6ddc7 100644 --- a/app/templates/recipe_edit.html +++ b/app/templates/recipe_edit.html @@ -189,6 +189,8 @@ border-radius: var(--radius); object-fit: cover; border: 1px solid var(--border); + display: block; + margin: 0 auto; } .image-controls { margin-top: 0.75rem;