From 72df7a89a55578adf7bb849dcf5fa5ecbaf520a8 Mon Sep 17 00:00:00 2001 From: Thomas Hunsaker Date: Mon, 2 Nov 2015 19:54:01 +0000 Subject: [PATCH] :bug: Move img fix to appropriate selector --- _sass/_post.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_sass/_post.scss b/_sass/_post.scss index d81724e..f3edfe1 100644 --- a/_sass/_post.scss +++ b/_sass/_post.scss @@ -28,9 +28,10 @@ margin-top: 48px; } } - -} - -p img { - width: 100%; + + .post-content { + img { + width: 100%; + } + } }