chg: Make logo on capture page smaller

pull/382/head
Raphaël Vinot 2022-03-31 16:21:00 +02:00
parent 248f9a2340
commit b2566865b4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<center>
<a href="{{ url_for('index') }}" title="Go back to index">
<img src="{{ url_for('static', filename='lookyloo.jpeg') }}"
alt="Lookyloo" width="30%">
alt="Lookyloo" width="25%">
</a>
</center>
{{ render_messages(container=True, dismissible=True) }}