From d4bcd56b90d4f4000da5022c549fe361e554f8e4 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 19 Jan 2019 14:26:33 -0700 Subject: [PATCH] Make images floaty and wrappy --- static/css/home.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/home.css b/static/css/home.css index bdbd5cb..9fa9a5c 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -28,6 +28,8 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. .note-text img { max-width: 100%; + float: left; + margin-right: 5px; } .note-text table {