forked from GithubBackups/healthchecks
Remove the width attribute to preserve logo aspect ratio
See also: #483
This commit is contained in:
parent
e66725e23f
commit
e2576607f5
@ -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/logo@2x.png'%} 2x"
|
srcset="{% static 'img/logo.png'%} 1x, {% static 'img/logo@2x.png'%} 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/logo-full@2x.png'%} 2x"
|
srcset="{% static 'img/logo-full.png'%} 1x, {% static 'img/logo-full@2x.png'%} 2x"
|
||||||
alt="{{ site_name }}">
|
alt="{{ site_name }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user