Make the Ojuso logo look OK on high-dpi screens

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

BIN
assets/img/navicon-2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

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">