From 73118e30def1e6bd1aabafe13f4d9e61c0ab8d97 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 19 Jan 2019 15:11:53 -0700 Subject: [PATCH] Make images in notes responsive --- www/css/notecards.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/notecards.css b/www/css/notecards.css index 7799ee7..ddf9370 100644 --- a/www/css/notecards.css +++ b/www/css/notecards.css @@ -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; }