Skip to content

Commit

Permalink
Added CSS Markdown class to support responsive HTML images images.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed May 13, 2024
1 parent ac8a666 commit 0a9ac57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@
max-width: 100%;
}

.markdown-section .image {
max-width: 100%;
height: auto
}

.markdown-section .banner-image {
width: 100%;
height: 125px;
Expand Down

0 comments on commit 0a9ac57

Please sign in to comment.