Add a max-width to images so they don’t go too wide
This commit is contained in:
parent
a021e9fa88
commit
bae0163f4e
5 changed files with 3 additions and 2 deletions
1
resources/assets/sass/layout.scss
vendored
1
resources/assets/sass/layout.scss
vendored
|
@ -31,6 +31,7 @@ body {
|
|||
.note img {
|
||||
max-height: 80vh;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
image-orientation: from-image;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue