fix: styling
This commit is contained in:
parent
8c844c6f60
commit
bd15e15e99
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ layout: main
|
|||
</div>
|
||||
{%- capture artistImg %}{{ artist.artist | artist }}{% endcapture -%}
|
||||
{%- capture artistName %}{{ artist.artist | escape }}{% endcapture -%}
|
||||
{% image artistImg, artistName, 'rounded-lg', '225px', 'eager' %}
|
||||
{% image artistImg, artistName, 'rounded-lg w-full', '225px', 'eager' %}
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
@ -90,7 +90,7 @@ layout: main
|
|||
</div>
|
||||
</div>
|
||||
{%- capture albumName %}{{ album.name | escape }}{% endcapture -%}
|
||||
{% image album.art, albumName, 'rounded-lg', '225px' %}
|
||||
{% image album.art, albumName, 'rounded-lg w-full', '225px' %}
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue