Commit a8ae765e8863aaa9207d1cace20604208fb53da3
1 parent
f1d1b971
123
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1862,8 +1862,10 @@ p.right{text-align: right;} |
1862 | 1862 | .actions_cont{ |
1863 | 1863 | display: flex; |
1864 | 1864 | flex-wrap: wrap; |
1865 | - justify-content: center; | |
1865 | + justify-content: flex-start; | |
1866 | 1866 | overflow: hidden; |
1867 | + max-width: 1036px; | |
1868 | + margin: 0 auto; | |
1867 | 1869 | } |
1868 | 1870 | .down.act_d{ |
1869 | 1871 | width: 960px; | ... | ... |