0.1.364 add new logo fix old css

This commit is contained in:
2024-03-15 15:35:58 +03:00
parent def3d770ed
commit aa93813ba5
4 changed files with 14 additions and 6 deletions

View File

@@ -7,12 +7,12 @@
<div class="header-first">
<div class="header_logo">
<a href="{% url 'main' %}">
<img class="svg" src="/static/img/png/new_logo_test.png" style="height: 30px;">
<img class="svg" src="/static/img/png/finlogo.png" style="height: 90px;">
</a>
</div>
<div class="header_logo_mobile">
{# <a href="/"><img class="svg" src="/static/img/svg/LogoMobile.svg"></a>#}
<a href="{% url 'main' %}"><img class="svg" src="/static/img/svg/LogoMobile.svg"></a>
<a href="{% url 'main' %}"><img class="svg" src="/static/img/png/finlogo.png" style="height: 30px;"></a>
</div>
<div class="dropdown">