Make images in notes responsive

This commit is contained in:
Skylar Ittner 2019-01-19 15:11:53 -07:00
parent 5dfc6da7c9
commit 73118e30de

View File

@ -69,6 +69,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
margin-top: 0em;
}
.notecard .card-content img {
max-width: 100%;
}
.notecard {
min-height: 4em;
}