Don't pull logo left (column has no height) but still prevent upscaling
This commit is contained in:
parent
baedc90e6f
commit
e3db9613cf
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue