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%; + } + } }