Fixed Logo in Banner
This commit is contained in:
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -10,7 +10,8 @@
|
|||||||
<!-- Image and text -->
|
<!-- Image and text -->
|
||||||
<nav class="navbar navbar-dark bg-dark">
|
<nav class="navbar navbar-dark bg-dark">
|
||||||
<a class="navbar-brand" href="#">
|
<a class="navbar-brand" href="#">
|
||||||
<img src="./images/cantorair_logo.jpeg" width="30" height="30" class="d-inline-block align-top" alt="">
|
{% load static %}
|
||||||
|
<img src="{% static 'partsdb/cantorair_logo.jpeg' %}" width="90" height="90" class="d-inline-block align-top" alt="">
|
||||||
Cantor Parts Database
|
Cantor Parts Database
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user