Make the Ojuso logo look OK on high-dpi screens
This commit is contained in:
parent
f98b4b99f7
commit
6fd3dfa825
BIN
assets/img/navicon-2x.png
Normal file
BIN
assets/img/navicon-2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user