Skip to content

Commit f2a7fd4

Browse files
committed
omfg x2
1 parent dcabd7c commit f2a7fd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/GifCard.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const sizeKB = Math.round(gif.size / 1024);
2929
height={gif.height}
3030
loading="eager"
3131
decoding="async"
32-
class={`bg-white rounded-md h-50 ${force34 && "aspect-3/4"} md:h-100`}
32+
class={`bg-white rounded-md w-max ${force34 && "aspect-3/4"} md:h-100`}
3333
/>
3434
</a>
3535
) : (
@@ -40,7 +40,7 @@ const sizeKB = Math.round(gif.size / 1024);
4040
height={gif.height}
4141
loading="eager"
4242
decoding="async"
43-
class={`bg-white rounded-md h-50 ${force34 && "aspect-3/4"} md:h-100`}
43+
class={`bg-white rounded-md w-max ${force34 && "aspect-3/4"} md:h-100`}
4444
/>
4545
)
4646
}

0 commit comments

Comments
 (0)