cover size
This commit is contained in:
parent
3d17a38e4b
commit
fd1fe738c8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
}}
|
||||
{%- endcapture %}
|
||||
{% if name == artist_name %}<br />
|
||||
<div class="square-image" style="background-image: url('{{ artist.image }}');background-size: contain;"></div>
|
||||
<div class="square-image" style="background-image: url('{{ artist.image }}');background-size: cover;"></div>
|
||||
<p><strong>{{ artist.name }}</p></strong>
|
||||
<p class="blurb">{{ artist.blurb_text }}<br />
|
||||
{% if artist.link != null %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue