Align ungleich logo correctly in layout-2020

This commit is contained in:
ahmadbilalkhalid 2020-01-25 23:57:11 +05:00
parent b81e05eae3
commit 43e77cf7b5

View file

@ -37,9 +37,9 @@
<nav class="navbar navbar-expand-lg {{ nav_classes }}" style="{{ nav_style }}"> <nav class="navbar navbar-expand-lg {{ nav_classes }}" style="{{ nav_style }}">
<a class="navbar-brand" href="https://ungleich.ch"> <a class="navbar-brand" href="https://ungleich.ch">
{% if 'navbar-dark' in nav_classes %} {% if 'navbar-dark' in nav_classes %}
<img src="/u/image/ungleich-logo-white.svg" width="128px" alt="ungleich"> <img src="/u/image/ungleich-logo-white.svg" width="100px" alt="ungleich" style='padding-top: 0.5rem; padding-bottom: 0.8rem;'>
{% else %} {% else %}
<img src="/u/image/ungleich-logo-black.svg" width="128px" alt="ungleich"> <img src="/u/image/ungleich-logo-black.svg" width="100px" alt="ungleich" style='padding-top: 0.5rem; padding-bottom: 0.8rem;'>
{% endif %} {% endif %}
</a> </a>
<button class="navbar-toggler" type="button" <button class="navbar-toggler" type="button"