Commit 3f91d04783bdd464b9b180efa2f2bf8819ea43ea
1 parent
f70cbba6
123
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -735,7 +735,8 @@ footer .socbuts a:hover{ |
735 | 735 | .titles .ti_a{font-size: 24px;padding-bottom: 8px;} |
736 | 736 | .titles .ti_b{font-size: 17px;padding-bottom: 15px;} |
737 | 737 | .post_1{ |
738 | - margin: 10px 0px 100px 0px; | |
738 | + max-width: 960px; | |
739 | + margin: 0 auto; | |
739 | 740 | letter-spacing: 1px; |
740 | 741 | } |
741 | 742 | .post_1_main{ | ... | ... |