Skip to content

Commit 1aab18c

Browse files
committed
change images width
1 parent 5cec8b2 commit 1aab18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Articles.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const allPosts = await Astro.glob('../pages/posts/*.md');
2727
<img
2828
transition:name={post.frontmatter.title}
2929
src={post.frontmatter.image.src}
30-
class="aspect-[89/55] w-56 rounded-xl max-lg:w-full"
30+
class="w-[234px] rounded-xl max-lg:w-full"
3131
alt={post.frontmatter.image.alt}
3232
/>
3333
<section>

0 commit comments

Comments
 (0)