Commit ab1bfbd1ba96bc6496a1292080c0e5f7a6b01f57
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -696,6 +696,7 @@ footer .socbuts a:hover{ |
| 696 | 696 | font-family: 'Lato-Medium'; |
| 697 | 697 | margin: 0 auto; |
| 698 | 698 | max-width: 1110px; |
| 699 | + margin-left: 50px; | |
| 699 | 700 | } |
| 700 | 701 | .textitle_bottom .post_1_main{ |
| 701 | 702 | letter-spacing: 0.4px; |
| ... | ... | @@ -2082,6 +2083,7 @@ p.right{text-align: right;} |
| 2082 | 2083 | } |
| 2083 | 2084 | } |
| 2084 | 2085 | @media (max-width: 991px) { |
| 2086 | + .post_1_main{margin-left:0;} | |
| 2085 | 2087 | .carousel{margin: 0px auto;} |
| 2086 | 2088 | .post_1_start{padding-left:0px;} |
| 2087 | 2089 | .post_1_start .pic{padding-right:0px;} | ... | ... |