Skip to content

Commit

Permalink
Merge pull request #8038 from fjordllc/img-max-height
Browse files Browse the repository at this point in the history
Markdownの中の画像のmax-heightを削除
  • Loading branch information
machida authored Aug 26, 2024
2 parents 049eff4 + 45514fa commit c95ae85
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,8 @@
display: block
margin-inline: auto
border: 1px solid mix($font, $background, 10%)
+media-breakpoint-up(md)
max-height: 32rem
+media-breakpoint-down(sm)
max-width: 100% !important
max-height: 24rem
&.is-xs
max-width: 10em
&.is-sm
Expand Down

0 comments on commit c95ae85

Please sign in to comment.