From a8ae765e8863aaa9207d1cace20604208fb53da3 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 15:12:09 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index c698d14..15336c4 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1862,8 +1862,10 @@ p.right{text-align: right;} .actions_cont{ display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: flex-start; overflow: hidden; + max-width: 1036px; + margin: 0 auto; } .down.act_d{ width: 960px; -- libgit2 0.21.4