Skip to content

Commit

Permalink
Merge pull request #3264 from raspberrypi/float-max-width
Browse files Browse the repository at this point in the history
Adding max-width for floated images
  • Loading branch information
Alasdair Allan authored Nov 7, 2023
2 parents 0f6dfef + 63ddad8 commit a5d7bcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jekyll-assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,11 @@ div.imageblock div.title {
margin-top: 0px;
}

#content .imageblock.left img,
#content .imageblock.right img {
max-width: 250px;
}

div.admonitionblock table {
display: flex;
width: 100%;
Expand Down

0 comments on commit a5d7bcf

Please sign in to comment.