Browse Source
Remove the width attribute to preserve logo aspect ratio
See also: #483
pull/390/head
Pēteris Caune
4 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
0 additions and
2 deletions
-
templates/base.html
|
|
@ -78,7 +78,6 @@ |
|
|
|
<img |
|
|
|
id="logo" |
|
|
|
height="50" |
|
|
|
width="59" |
|
|
|
src="{% static 'img/logo.png'%}" |
|
|
|
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/[email protected]'%} 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/[email protected]'%} 2x" |
|
|
|
alt="{{ site_name }}"> |
|
|
|