From 6dba512f1e4a1d8baccfa7768e08ed4bbf8d1087 Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Wed, 9 May 2018 15:12:05 -0500 Subject: [PATCH] fix(style): sets max-width 100% for images in .content.custom an overly wide hero image will run out of the container and make the otherwise normally sized page on mobile horizontally scroll-able fixes #381 --- 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