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 5cec8b2 commit 1aab18cCopy full SHA for 1aab18c
src/components/Articles.astro
@@ -27,7 +27,7 @@ const allPosts = await Astro.glob('../pages/posts/*.md');
27
<img
28
transition:name={post.frontmatter.title}
29
src={post.frontmatter.image.src}
30
- class="aspect-[89/55] w-56 rounded-xl max-lg:w-full"
+ class="w-[234px] rounded-xl max-lg:w-full"
31
alt={post.frontmatter.image.alt}
32
/>
33
<section>
0 commit comments