Added d-flex to place logo next to brand

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-21 14:24:28 +02:00
parent dc2626e020
commit f8c2b4236b
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -54,7 +54,7 @@
</button>
<div class="collapse navbar-collapse" id="navbarNav{{menu_type}}">
{% if menu_type == "header" %}
<a class="navbar-brand align-items-center js-restore" id="navbar_logo" href="#">
<a class="navbar-brand align-items-center d-flex js-restore" id="navbar_logo" href="#">
<img
src="{{ url_for('static', filename=platform.logo.cache) }}"
alt="{{ platform.titel }}"