Make the Ojuso logo look OK on high-dpi screens

This commit is contained in:
2018-12-02 04:01:37 +00:00
parent f98b4b99f7
commit 6fd3dfa825
2 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url 'index' %}">
<img src="{% static 'img/navicon.png' %}" height="40">
<img src="{% static 'img/navicon.png' %}" height="40" srcset="{% static 'img/navicon-2x.png' %} 222w" alt="Ojuso">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">