From f54938c5cd84649b8229312fe92e5e3fd0d34158 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 24 Oct 2016 15:50:15 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 5c0b90f..647a87d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2385,8 +2385,11 @@ p.right{text-align: right;} .main-box2{ padding-bottom: 30px; } - .post_cont{justify-content: center; - overflow: hidden;} + .post_cont{ + justify-content: center; + overflow: hidden; + max-width: 308px; + margin: 0 auto;} .post_cont .text{ width: 100%; max-width: 308px; -- libgit2 0.21.4