size of artist image

This commit is contained in:
Set Sakrecoer 2019-10-03 22:19:13 +02:00
parent e6faa9add4
commit 3d17a38e4b

View file

@ -10,7 +10,7 @@
}}
{%- endcapture %}
{% if name == artist_name %}<br />
<div class="square-image" style="background-image: url('{{ artist.image }}')"></div>
<div class="square-image" style="background-image: url('{{ artist.image }}');background-size: contain;"></div>
<p><strong>{{ artist.name }}</p></strong>
<p class="blurb">{{ artist.blurb_text }}<br />
{% if artist.link != null %}