Skip to content

Commit

Permalink
fix: small prose images are scaled up to 100%
Browse files Browse the repository at this point in the history
closes #901

Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed May 2, 2024
1 parent 74b28a0 commit 0138a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scss/05-prose/_images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ figure {
video {
object-fit: cover;
overflow: hidden;
max-width: max-content;
margin: 0 auto;

@extend .rounded-1;
@extend .w-100;
Expand Down

0 comments on commit 0138a98

Please sign in to comment.