set a height on logo while we're at it
This commit is contained in:
parent
2510024e82
commit
d6c45a73a6
|
@ -17,7 +17,7 @@
|
||||||
<header>
|
<header>
|
||||||
<h1>
|
<h1>
|
||||||
<a href="{{url_for('index')}}">
|
<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) -%}
|
{%- for width in (200,400,600,800) -%}
|
||||||
{{ st('logotype-{}.png'.format(width)) }} {{width}}w,
|
{{ st('logotype-{}.png'.format(width)) }} {{width}}w,
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
|
Loading…
Reference in New Issue