From 2df6c74a025bb4f21bcaee803bf0a9ff86868010 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 9 Feb 2018 18:37:54 -0700 Subject: [PATCH] remove auto width on images --- src/css/doc.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/css/doc.css b/src/css/doc.css index 06a4d9f..10a28cd 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -234,14 +234,9 @@ margin-top: 0.5rem; } -.doc .imageblock .content { - max-width: 100%; -} - .doc .imageblock img, .doc .paragraph .image img { height: auto; - width: auto; max-width: 100%; } -- 2.11.0