Fix images breaking body bounds and causing horizontal scrolling

This commit is contained in:
Daniel Flanagan 2024-07-09 12:04:40 -05:00
parent 848f2d79ae
commit ffff60e036

View file

@ -35,7 +35,7 @@ button.copy-code-button
pre.chroma:hover > button.copy-code-button
opacity 0.9
img, embed, frame, iframe { max-width: 100vw }
img, embed, frame, iframe { max-width: 100% }
details
position relative