Don't pull logo left (column has no height) but still prevent upscaling

This commit is contained in:
Benjamin Melançon 2019-08-16 10:44:15 -04:00
parent baedc90e6f
commit e3db9613cf

View file

@ -16,7 +16,7 @@
#}
{% if site_logo %}
<div class="logo column is-narrow is-paddingless">
<figure class="image is-pulled-left">
<figure class="image no-upscale">
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<img src="{{ site_logo }}" alt="{{ site_name }} Home" />
</a>