Skip to content

Commit

Permalink
Fix featured image width
Browse files Browse the repository at this point in the history
The image width should be fill all the width of the container.

PR #289
  • Loading branch information
gagahpangeran authored Feb 21, 2025
2 parents 63ba97d + 728246e commit 3e2a279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

&__featured-image {
max-width: 100%;
width: 100%;
height: auto;
border-radius: var(--image-border-radius);

Expand Down

0 comments on commit 3e2a279

Please sign in to comment.