Add a max-width to images so they don’t go too wide

This commit is contained in:
Jonny Barnes 2017-07-03 17:32:57 +01:00
parent a021e9fa88
commit bae0163f4e
5 changed files with 3 additions and 2 deletions

View file

@ -31,6 +31,7 @@ body {
.note img {
max-height: 80vh;
width: auto;
max-width: 100%;
image-orientation: from-image;
}