Fix images breaking body bounds and causing horizontal scrolling
This commit is contained in:
parent
848f2d79ae
commit
ffff60e036
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ button.copy-code-button
|
||||||
pre.chroma:hover > button.copy-code-button
|
pre.chroma:hover > button.copy-code-button
|
||||||
opacity 0.9
|
opacity 0.9
|
||||||
|
|
||||||
img, embed, frame, iframe { max-width: 100vw }
|
img, embed, frame, iframe { max-width: 100% }
|
||||||
|
|
||||||
details
|
details
|
||||||
position relative
|
position relative
|
||||||
|
|
Loading…
Reference in a new issue