mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-04 09:27:58 +00:00 
			
		
		
		
	Added d-flex to place logo next to brand
This commit is contained in:
		@@ -54,7 +54,7 @@
 | 
				
			|||||||
    </button>
 | 
					    </button>
 | 
				
			||||||
    <div class="collapse navbar-collapse" id="navbarNav{{menu_type}}">
 | 
					    <div class="collapse navbar-collapse" id="navbarNav{{menu_type}}">
 | 
				
			||||||
        {% if menu_type == "header" %}
 | 
					        {% 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 
 | 
					            <img 
 | 
				
			||||||
                src="{{ url_for('static', filename=platform.logo.cache) }}" 
 | 
					                src="{{ url_for('static', filename=platform.logo.cache) }}" 
 | 
				
			||||||
                alt="{{ platform.titel }}" 
 | 
					                alt="{{ platform.titel }}" 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user