Skip to content
Snippets Groups Projects
Commit eec060fb authored by Max Kiefel's avatar Max Kiefel Committed by Alberto Siles
Browse files

Issue #2918080 by maxk: Logo image not responsive

parent f0de6050
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
{% set attributes = attributes.addClass('site-branding') %}
{% if site_logo %}
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home" class="float-left site-logo">
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" class="img-fluid" />
</a>
{% endif %}
{% if site_name or site_slogan %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment