We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ed67d commit 27e5274Copy full SHA for 27e5274
src/components/Card.astro
@@ -16,7 +16,6 @@ const { pic, desc, date } = post.frontmatter;
16
data-placeholder-background="linear-gradient(to bottom, var(--placeholder-gradient-start), var(--placeholder-gradient-end))"
17
data-src={`${pic}?x-oss-process=image/resize,w_640/format,webp`}
18
data-alt={title}
19
- alt={title}
20
class="lozad block md:w-80 md:h-48 w-96 h-52 rounded-t-md"
21
/>
22
<div class="w-full flex justify-between items-center leading-tight pt-4 pl-3 pr-3">
0 commit comments