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