set a height on logo while we're at it

This commit is contained in:
codl 2017-08-11 16:04:18 +02:00
parent 2510024e82
commit d6c45a73a6
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<header>
<h1>
<a href="{{url_for('index')}}">
<img src="{{ st('logotype-200.png') }}" alt="Forget" width='200px' sizes='200px' srcset="
<img src="{{ st('logotype-200.png') }}" alt="Forget" width='200px' height='144px' sizes='200px' srcset="
{%- for width in (200,400,600,800) -%}
{{ st('logotype-{}.png'.format(width)) }} {{width}}w,
{%- endfor -%}