Commit dcd18a59be63b3ca21f725551ca211f55ea8ee92
1 parent
5d2e412d
123
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2389,7 +2389,8 @@ p.right{text-align: right;} |
2389 | 2389 | overflow: hidden;} |
2390 | 2390 | .post_cont .text{ |
2391 | 2391 | width: 100%; |
2392 | - margin: 20px 0px 35px;} | |
2392 | + max-width: 308px; | |
2393 | + margin: 20px auto 35px;} | |
2393 | 2394 | .dates_but {margin:0 auto;text-align: center;} |
2394 | 2395 | .post_1.contract img {width: initial;} |
2395 | 2396 | .brand_logo img, .tile3 .picture img, .tile4 .picture img{width:100%;} | ... | ... |