From 145cf4f244a9b2fff3ee9a3c59985dcda9642aa6 Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Wed, 9 May 2018 21:51:18 -0500 Subject: [PATCH] fix: image overflow at custom content (close: #381) (#383) --- lib/default-theme/styles/theme.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/default-theme/styles/theme.styl b/lib/default-theme/styles/theme.styl index e515037310..cefae34472 100644 --- a/lib/default-theme/styles/theme.styl +++ b/lib/default-theme/styles/theme.styl @@ -70,6 +70,8 @@ body .content.custom padding 0 margin 0 + img + max-width 100% a font-weight 500