Commit fbb05030167a83f1b61773230fac38bd5e3200cb
1 parent
3d73dfc2
123
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -754,7 +754,7 @@ footer .socbuts a:hover{ |
754 | 754 | } |
755 | 755 | .textile_bottom{ |
756 | 756 | float: left; |
757 | - margin: 80px 50px; | |
757 | + margin: 80px auto; | |
758 | 758 | width: 100%; |
759 | 759 | } |
760 | 760 | .textile_bottom.tb1{ |
... | ... | @@ -1508,7 +1508,7 @@ a.active{ |
1508 | 1508 | line-height: 19px; |
1509 | 1509 | } |
1510 | 1510 | .list-view{ |
1511 | - max-width: 1056px; | |
1511 | + max-width: 990px; | |
1512 | 1512 | margin: 0 auto; |
1513 | 1513 | } |
1514 | 1514 | .list2 li{ |
... | ... | @@ -1892,8 +1892,7 @@ p.right{text-align: right;} |
1892 | 1892 | |
1893 | 1893 | .textile_bottom .content{ |
1894 | 1894 | margin: 0 auto; |
1895 | - max-width: 1110px; | |
1896 | - margin-right: 95px; | |
1895 | + max-width: 960px; | |
1897 | 1896 | } |
1898 | 1897 | |
1899 | 1898 | ... | ... |