Commit fd974b50271a9556fb748791ce66a2cc78a89f6c
1 parent
7b0fb9f9
123
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2324,6 +2324,13 @@ p.right{text-align: right;} |
2324 | 2324 | } |
2325 | 2325 | } |
2326 | 2326 | @media (max-width: 991px) { |
2327 | + .main-box1{ | |
2328 | + padding-bottom: 10px; | |
2329 | + } | |
2330 | + .main-box2{ | |
2331 | + padding-bottom: 30px; | |
2332 | + padding-top: 15px; | |
2333 | + } | |
2327 | 2334 | .blocks_2 .col-md-4.col-sm-6{ |
2328 | 2335 | padding: 0; |
2329 | 2336 | } |
... | ... | @@ -2457,13 +2464,6 @@ p.right{text-align: right;} |
2457 | 2464 | .main-box1 a img{ |
2458 | 2465 | max-width:305px; |
2459 | 2466 | } |
2460 | - .main-box1{ | |
2461 | - padding-bottom: 10px; | |
2462 | - } | |
2463 | - .main-box2{ | |
2464 | - padding-bottom: 30px; | |
2465 | - padding-top: 15px; | |
2466 | - } | |
2467 | 2467 | .post_cont{ |
2468 | 2468 | justify-content: center; |
2469 | 2469 | overflow: hidden; | ... | ... |