fix: styling

This commit is contained in:
Cory Dransfeldt 2023-06-28 21:05:27 -07:00
parent 8c844c6f60
commit bd15e15e99
No known key found for this signature in database

View file

@ -67,7 +67,7 @@ layout: main
</div> </div>
{%- capture artistImg %}{{ artist.artist | artist }}{% endcapture -%} {%- capture artistImg %}{{ artist.artist | artist }}{% endcapture -%}
{%- capture artistName %}{{ artist.artist | escape }}{% endcapture -%} {%- capture artistName %}{{ artist.artist | escape }}{% endcapture -%}
{% image artistImg, artistName, 'rounded-lg', '225px', 'eager' %} {% image artistImg, artistName, 'rounded-lg w-full', '225px', 'eager' %}
</div> </div>
</a> </a>
{% endfor %} {% endfor %}
@ -90,7 +90,7 @@ layout: main
</div> </div>
</div> </div>
{%- capture albumName %}{{ album.name | escape }}{% endcapture -%} {%- capture albumName %}{{ album.name | escape }}{% endcapture -%}
{% image album.art, albumName, 'rounded-lg', '225px' %} {% image album.art, albumName, 'rounded-lg w-full', '225px' %}
</div> </div>
</a> </a>
{% endfor %} {% endfor %}