Remove the width attribute to preserve logo aspect ratio

See also: #483
This commit is contained in:
Pēteris Caune 2021-03-08 15:04:43 +02:00
parent e66725e23f
commit e2576607f5
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -78,7 +78,6 @@
<img
id="logo"
height="50"
width="59"
src="{% static 'img/logo.png'%}"
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/logo@2x.png'%} 2x"
alt="{{ site_name }}">
@ -86,7 +85,6 @@
<img
id="logo"
height="50"
width="200"
src="{% static 'img/logo-full.png'%}"
srcset="{% static 'img/logo-full.png'%} 1x, {% static 'img/logo-full@2x.png'%} 2x"
alt="{{ site_name }}">