Commit d41618881c994346c44233005be1f127968b907e
1 parent
0ab7c7ab
123
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
@@ -2324,6 +2324,16 @@ p.right{text-align: right;} | @@ -2324,6 +2324,16 @@ p.right{text-align: right;} | ||
2324 | } | 2324 | } |
2325 | } | 2325 | } |
2326 | @media (max-width: 991px) { | 2326 | @media (max-width: 991px) { |
2327 | + .actions_cont { | ||
2328 | + display: flex; | ||
2329 | + flex-wrap: wrap; | ||
2330 | + justify-content: center; | ||
2331 | + overflow: hidden; | ||
2332 | + max-width: 1036px; | ||
2333 | + margin: 0 auto; | ||
2334 | + padding-right: 42px; | ||
2335 | + padding: 0; | ||
2336 | + } | ||
2327 | .main-box1{ | 2337 | .main-box1{ |
2328 | padding-bottom: 10px; | 2338 | padding-bottom: 10px; |
2329 | } | 2339 | } |