Commit 0fd4b2b1bce485fb2d1dc2810ab8f296b0e6a355
1 parent
52fb42dc
123
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2378,7 +2378,8 @@ p.right{text-align: right;} |
2378 | 2378 | } |
2379 | 2379 | } |
2380 | 2380 | @media (max-width: 729px) { |
2381 | - .post_cont{justify-content: center;} | |
2381 | + .post_cont{justify-content: center; | |
2382 | + overflow: hidden;} | |
2382 | 2383 | .post_cont .text{ |
2383 | 2384 | width: 100%; |
2384 | 2385 | margin: 20px 0px 35px;} | ... | ... |