Skip to content

Commit

Permalink
Adjust image size only for left and right aligned ones (#851)
Browse files Browse the repository at this point in the history
* Remove 50% max-width for center-aligned images in exports
  • Loading branch information
fdalcin authored Sep 1, 2021
1 parent f1dd339 commit ed2af00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ p {
}

@if $type != 'web' {
&.aligncenter, &.alignleft, &.alignright {
&.alignleft, &.alignright {
max-width: 50%;
}
}
Expand Down

0 comments on commit ed2af00

Please sign in to comment.