Commit 968ef0d31d31ee8fb4adbf07d1dbdc540de273cb
1 parent
6828ae7d
123
Showing
1 changed file
with
6 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1438,7 +1438,7 @@ a.active{ |
1438 | 1438 | font-family: 'Lato-Light'; |
1439 | 1439 | font-weight: 600; |
1440 | 1440 | letter-spacing: 0.7px; |
1441 | - max-width: 1010px; | |
1441 | + max-width: 960px; | |
1442 | 1442 | margin: 0 auto; |
1443 | 1443 | } |
1444 | 1444 | .down_line{ |
... | ... | @@ -1487,7 +1487,7 @@ a.active{ |
1487 | 1487 | letter-spacing: 0.5px; |
1488 | 1488 | font-family: 'Lato-Light'; |
1489 | 1489 | font-weight: 600; |
1490 | - padding-left: 35px; | |
1490 | + padding-left: 0px; | |
1491 | 1491 | } |
1492 | 1492 | .list1 li{ |
1493 | 1493 | margin-bottom: 20px; |
... | ... | @@ -1592,7 +1592,10 @@ p.right{text-align: right;} |
1592 | 1592 | margin: 9px 0px; |
1593 | 1593 | height: 100%!important; |
1594 | 1594 | } |
1595 | -.list1_block{margin-right: 35px;} | |
1595 | +.list1_block{ | |
1596 | + max-width: 990px; | |
1597 | + margin: 0 auto; | |
1598 | +} | |
1596 | 1599 | .hidden{display: none;} |
1597 | 1600 | .text-blog p{ |
1598 | 1601 | color: #595656; | ... | ... |