From bd15e15e998e71b74f2c5ca6a142e0776c858dfd Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 28 Jun 2023 21:05:27 -0700 Subject: [PATCH] fix: styling --- src/_includes/now.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index bf9f816a..c9ae5d5a 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -67,7 +67,7 @@ layout: main {%- 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' %} {% endfor %} @@ -90,7 +90,7 @@ layout: main {%- capture albumName %}{{ album.name | escape }}{% endcapture -%} - {% image album.art, albumName, 'rounded-lg', '225px' %} + {% image album.art, albumName, 'rounded-lg w-full', '225px' %} {% endfor %}