From c74ad201e9f3929d7ee12ef531b30a67f01ad1e4 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 19 Jan 2019 14:21:37 -0700 Subject: [PATCH] Make images in notes responsive --- static/css/home.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/home.css b/static/css/home.css index c3d5284..bdbd5cb 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -26,6 +26,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. background-color: rgba(255,255,255,0.15); } +.note-text img { + max-width: 100%; +} + .note-text table { border-spacing: 0px; border-collapse: collapse;