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,6 +677,8 @@ footer .socbuts a:hover{ | ||
| 677 | color: #777777; | 677 | color: #777777; |
| 678 | font-size: 15px; | 678 | font-size: 15px; |
| 679 | font-family: 'Lato-Medium'; | 679 | font-family: 'Lato-Medium'; |
| 680 | + margin: 0 auto; | ||
| 681 | + max-width: 1010px; | ||
| 680 | } | 682 | } |
| 681 | .textitle_bottom .post_1_main{ | 683 | .textitle_bottom .post_1_main{ |
| 682 | letter-spacing: 0.4px; | 684 | letter-spacing: 0.4px; |
| @@ -795,7 +797,11 @@ footer .socbuts a:hover{ | @@ -795,7 +797,11 @@ footer .socbuts a:hover{ | ||
| 795 | } | 797 | } |
| 796 | .post_1.contract img{max-height:222px;} | 798 | .post_1.contract img{max-height:222px;} |
| 797 | .blocks{text-align: center;letter-spacing: normal;text-transform: uppercase;margin-top: 36px;margin-left: 9px;padding: 0 13px;} | 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 | .blocks .title{ | 805 | .blocks .title{ |
| 800 | 806 | ||
| 801 | padding: 17px 0px 9px 0px; | 807 | padding: 17px 0px 9px 0px; |
| @@ -844,7 +850,7 @@ footer .socbuts a:hover{ | @@ -844,7 +850,7 @@ footer .socbuts a:hover{ | ||
| 844 | background-position: center center; | 850 | background-position: center center; |
| 845 | background-size: cover; | 851 | background-size: cover; |
| 846 | max-height: 222px; | 852 | max-height: 222px; |
| 847 | - max-width: 1020px; | 853 | + max-width: 1010px; |
| 848 | margin: 0 auto; | 854 | margin: 0 auto; |
| 849 | } | 855 | } |
| 850 | .tile_1{ | 856 | .tile_1{ |