diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 35198ec..6148b06 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -17,6 +17,7 @@ body{ overflow: hidden; } .container.cont{ + width:100%; max-width:100%; } a{ @@ -2266,6 +2267,9 @@ p.right{text-align: right;} } } @media (max-width: 991px) { + .textile_bottom{ + margin: 30px auto; + } .menu .container ul li:hover .dropd_menu{ display:none; } -- libgit2 0.21.4