Commit f66a9e9425d395f09d1abfa3a24516be9d1654c8
1 parent
18c86146
123
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1315,10 +1315,10 @@ a.active{ |
1315 | 1315 | background-repeat: no-repeat; |
1316 | 1316 | } |
1317 | 1317 | .mat_pics{ |
1318 | - margin: 43px auto 115px auto; | |
1318 | + margin: 43px auto 210px auto; | |
1319 | 1319 | float: none; |
1320 | 1320 | width: 100%; |
1321 | - max-width: 1070px; | |
1321 | + max-width: 1020px; | |
1322 | 1322 | } |
1323 | 1323 | .mat_pic{ |
1324 | 1324 | margin-bottom: 25px; |
... | ... | @@ -1683,6 +1683,7 @@ p.right{text-align: right;} |
1683 | 1683 | font-size: 17px; |
1684 | 1684 | letter-spacing: 0.5px; |
1685 | 1685 | text-align: left; |
1686 | + margin-left: 45px; | |
1686 | 1687 | } |
1687 | 1688 | .mat-opt-list ul li{margin-bottom: 20px;} |
1688 | 1689 | .mat-opt-list ul li:last-child{margin-bottom: 0px;} | ... | ... |