From 79d6093b7b5fcc9c07a1b0449bdf76ff1762ee58 Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Mon, 21 Jan 2019 15:46:01 +0300 Subject: [PATCH] Fix image size --- src/components/Post/Content/Content.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Post/Content/Content.module.scss b/src/components/Post/Content/Content.module.scss index ca94e99..d97a4a8 100644 --- a/src/components/Post/Content/Content.module.scss +++ b/src/components/Post/Content/Content.module.scss @@ -52,6 +52,7 @@ } & *:not(div) { + width: 100%; max-width: $layout-post-width; margin-left: auto; margin-right: auto