Commit aaa9448bd3050ee62d4d967275a77f7bccbf354d
1 parent
248abc37
123
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -293,7 +293,7 @@ footer .socbuts a:hover{ |
293 | 293 | border: 1px solid #9f9e9e; |
294 | 294 | } |
295 | 295 | .main-box2{ |
296 | - max-width: 1088px; | |
296 | + max-width: 1032px; | |
297 | 297 | margin: 0 auto; |
298 | 298 | padding-bottom:10px; |
299 | 299 | padding-top: 52px; |
... | ... | @@ -376,7 +376,7 @@ footer .socbuts a:hover{ |
376 | 376 | line-height: 24px; |
377 | 377 | padding-top: 48px; |
378 | 378 | margin-bottom: 75px; |
379 | - max-width: 1030px; | |
379 | + max-width: 1004px; | |
380 | 380 | margin-left: auto; |
381 | 381 | margin-right: auto; |
382 | 382 | } |
... | ... | @@ -467,7 +467,7 @@ footer .socbuts a:hover{ |
467 | 467 | align-content: center; |
468 | 468 | } |
469 | 469 | .post_cont .text{ |
470 | - width: 380px; | |
470 | + width: 355px; | |
471 | 471 | margin: 0 20px; |
472 | 472 | margin-right:0; |
473 | 473 | color: #838383; | ... | ... |