Limit screen size of images in notes

This commit is contained in:
Jonny Barnes 2017-11-07 20:34:16 +00:00
parent aac23eaa30
commit 327dadcaca
6 changed files with 10 additions and 2 deletions

View file

@ -9,6 +9,11 @@
font-size: 2rem;
}
.note img {
max-width: 100%;
max-height: 80vh;
}
.note-metadata {
display: flex;
flex-direction: row;