diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 5c0b90f..647a87d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2385,8 +2385,11 @@ p.right{text-align: right;} .main-box2{ padding-bottom: 30px; } - .post_cont{justify-content: center; - overflow: hidden;} + .post_cont{ + justify-content: center; + overflow: hidden; + max-width: 308px; + margin: 0 auto;} .post_cont .text{ width: 100%; max-width: 308px; -- libgit2 0.21.4