Commit 495be6b7b63f8f6a478b0250f5ae8fbf1738ae92
1 parent
2c4d80d2
123
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -677,6 +677,8 @@ footer .socbuts a:hover{ |
| 677 | 677 | color: #777777; |
| 678 | 678 | font-size: 15px; |
| 679 | 679 | font-family: 'Lato-Medium'; |
| 680 | + margin: 0 auto; | |
| 681 | + max-width: 1010px; | |
| 680 | 682 | } |
| 681 | 683 | .textitle_bottom .post_1_main{ |
| 682 | 684 | letter-spacing: 0.4px; |
| ... | ... | @@ -795,7 +797,11 @@ footer .socbuts a:hover{ |
| 795 | 797 | } |
| 796 | 798 | .post_1.contract img{max-height:222px;} |
| 797 | 799 | .blocks{text-align: center;letter-spacing: normal;text-transform: uppercase;margin-top: 36px;margin-left: 9px;padding: 0 13px;} |
| 798 | -.post_1.contract .blocks{padding:0;} | |
| 800 | +.post_1.contract .blocks{ | |
| 801 | + padding: 0; | |
| 802 | + max-width: 1060px; | |
| 803 | + margin: 0 auto; | |
| 804 | +} | |
| 799 | 805 | .blocks .title{ |
| 800 | 806 | |
| 801 | 807 | padding: 17px 0px 9px 0px; |
| ... | ... | @@ -844,7 +850,7 @@ footer .socbuts a:hover{ |
| 844 | 850 | background-position: center center; |
| 845 | 851 | background-size: cover; |
| 846 | 852 | max-height: 222px; |
| 847 | - max-width: 1020px; | |
| 853 | + max-width: 1010px; | |
| 848 | 854 | margin: 0 auto; |
| 849 | 855 | } |
| 850 | 856 | .tile_1{ | ... | ... |