Commit cdeb04bc4c1556bdda572633ebb388d5786b157e
1 parent
a0eef081
123
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -330,7 +330,7 @@ footer .socbuts a:hover{ |
| 330 | 330 | border: 1px solid #9f9e9e; |
| 331 | 331 | } |
| 332 | 332 | .main-box2{ |
| 333 | - max-width: 1032px; | |
| 333 | + max-width: 990px; | |
| 334 | 334 | margin: 0 auto; |
| 335 | 335 | padding-bottom:10px; |
| 336 | 336 | padding-top: 52px; |
| ... | ... | @@ -526,9 +526,9 @@ footer .socbuts a:hover{ |
| 526 | 526 | margin-right: 5px; |
| 527 | 527 | } |
| 528 | 528 | .post_cont .text{ |
| 529 | - width: 320px; | |
| 529 | + width: 300px; | |
| 530 | 530 | margin: 0 20px; |
| 531 | - margin-right:0; | |
| 531 | + margin-right: 0; | |
| 532 | 532 | color: #838383; |
| 533 | 533 | font-family: 'Lato-Medium'; |
| 534 | 534 | font-size: 14px; | ... | ... |