Skip to content

Commit

Permalink
Remove width hard coding
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Mar 27, 2024
1 parent ebc8fd8 commit c3181a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/Posts.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ type PostType = {
alt={post.data.title}
decoding="async"
loading="lazy"
width="400"
style="width: 100%; height:200px; object-fit: cover;"
/>
</center>
Expand Down

0 comments on commit c3181a9

Please sign in to comment.