Browse Source

Remove the width attribute to preserve logo aspect ratio

See also: #483
pull/390/head
Pēteris Caune 4 years ago
parent
commit
e2576607f5
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      templates/base.html

+ 0
- 2
templates/base.html View File

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


Loading…
Cancel
Save