Commit f54938c5cd84649b8229312fe92e5e3fd0d34158
1 parent
dcd18a59
123
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2385,8 +2385,11 @@ p.right{text-align: right;} |
2385 | 2385 | .main-box2{ |
2386 | 2386 | padding-bottom: 30px; |
2387 | 2387 | } |
2388 | - .post_cont{justify-content: center; | |
2389 | - overflow: hidden;} | |
2388 | + .post_cont{ | |
2389 | + justify-content: center; | |
2390 | + overflow: hidden; | |
2391 | + max-width: 308px; | |
2392 | + margin: 0 auto;} | |
2390 | 2393 | .post_cont .text{ |
2391 | 2394 | width: 100%; |
2392 | 2395 | max-width: 308px; | ... | ... |