mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Bugfix: Make sure images don't flow beyond edge of page
This commit is contained in:
parent
388cab99d9
commit
743028ab10
2 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,7 @@ input[type=button], input[type=submit] { cursor: pointer; }
|
|||
.image-controls li { display: inline-block; margin: 5px; padding: 5px; }
|
||||
.link-display { margin-left: 0.5rem; }
|
||||
|
||||
audio, video, img { max-width: 100%; }
|
||||
figure:not(.preview) { display: inline-block; }
|
||||
figure:not(.preview) > :first-child { display: block; }
|
||||
figcaption { text-align: center; }
|
||||
|
|
|
@ -36,6 +36,7 @@ input[type=button], input[type=submit] { cursor: pointer; }
|
|||
.image-controls li { display: inline-block; margin: 5px; padding: 5px; }
|
||||
.link-display { margin-left: 0.5rem; }
|
||||
|
||||
audio, video, img { max-width: 100%; }
|
||||
figure:not(.preview) { display: inline-block; }
|
||||
figure:not(.preview) > :first-child { display: block; }
|
||||
figcaption { text-align: center; }
|
||||
|
|
Loading…
Reference in a new issue