Skip to content

Commit

Permalink
Reduced the width of the image border on blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar-CV committed Nov 5, 2023
1 parent 9f77aa3 commit 13aafa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const { slug, title, description, pubDate, updatedDate, heroImage } =
{
heroImage && (
<img
class='block mx-auto my-0 border-8 shadow-sm'
class='block mx-auto my-0 border-4'
transition:name={`post-${slug}`}
transition:animate='initial'
src={heroImage}
Expand Down

0 comments on commit 13aafa5

Please sign in to comment.