diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index e00e76e..28d4e96 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -754,7 +754,7 @@ footer .socbuts a:hover{ } .textile_bottom{ float: left; - margin: 80px 50px; + margin: 80px auto; width: 100%; } .textile_bottom.tb1{ @@ -1508,7 +1508,7 @@ a.active{ line-height: 19px; } .list-view{ - max-width: 1056px; + max-width: 990px; margin: 0 auto; } .list2 li{ @@ -1892,8 +1892,7 @@ p.right{text-align: right;} .textile_bottom .content{ margin: 0 auto; - max-width: 1110px; - margin-right: 95px; + max-width: 960px; } -- libgit2 0.21.4