diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index a71a5fc..c06bd04 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2378,7 +2378,8 @@ p.right{text-align: right;} } } @media (max-width: 729px) { - .post_cont{justify-content: center;} + .post_cont{justify-content: center; + overflow: hidden;} .post_cont .text{ width: 100%; margin: 20px 0px 35px;} -- libgit2 0.21.4