We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcabd7c commit f2a7fd4Copy full SHA for f2a7fd4
1 file changed
src/components/GifCard.astro
@@ -29,7 +29,7 @@ const sizeKB = Math.round(gif.size / 1024);
29
height={gif.height}
30
loading="eager"
31
decoding="async"
32
- class={`bg-white rounded-md h-50 ${force34 && "aspect-3/4"} md:h-100`}
+ class={`bg-white rounded-md w-max ${force34 && "aspect-3/4"} md:h-100`}
33
/>
34
</a>
35
) : (
@@ -40,7 +40,7 @@ const sizeKB = Math.round(gif.size / 1024);
40
41
42
43
44
45
)
46
}
0 commit comments