From dcd18a59be63b3ca21f725551ca211f55ea8ee92 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 24 Oct 2016 15:49:16 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 845ba68..5c0b90f 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2389,7 +2389,8 @@ p.right{text-align: right;} overflow: hidden;} .post_cont .text{ width: 100%; - margin: 20px 0px 35px;} + max-width: 308px; + margin: 20px auto 35px;} .dates_but {margin:0 auto;text-align: center;} .post_1.contract img {width: initial;} .brand_logo img, .tile3 .picture img, .tile4 .picture img{width:100%;} -- libgit2 0.21.4