remove auto width on images
authorDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 01:37:54 +0000 (18:37 -0700)
committerDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 01:37:54 +0000 (18:37 -0700)
src/css/doc.css

index 06a4d9f..10a28cd 100644 (file)
   margin-top: 0.5rem;
 }
 
-.doc .imageblock .content {
-  max-width: 100%;
-}
-
 .doc .imageblock img,
 .doc .paragraph .image img {
   height: auto;
-  width: auto;
   max-width: 100%;
 }