login picture size

This commit is contained in:
nocci 2025-04-26 15:18:37 +02:00
parent db2a6556eb
commit 6182022222
2 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ cat <<HTML_END > templates/login.html
<div class="col-md-6">
<div class="card shadow-sm">
<div class="card-body text-center">
<img src="{{ url_for('static', filename='logo_small.png') }}" alt="Logo" width="311" height="240" class="mb-4" style="object-fit:contain;">
<img src="{{ url_for('static', filename='logo.png') }}" alt="Logo" width="266" height="206" class="mb-4" style="object-fit:contain;">
<h2 class="card-title mb-4">{{ _('Login') }}</h2>
<form method="POST">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 52 KiB