Commit e8530f82694156ae020677a383a3f5866b619d89
1 parent
36256f4c
Exists in
master
and in
5 other branches
removing right margin
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -1526,7 +1526,8 @@ input.button.with-text { |
| 1526 | 1526 | |
| 1527 | 1527 | .action-home-index .container-block-plugin_container-block .block-inner-2, |
| 1528 | 1528 | .action-environment_design-index .container-block-plugin_container-block .block-inner-2 { |
| 1529 | - padding: 0px; | |
| 1529 | + padding-left: 0px; | |
| 1530 | + padding-right: 0px; | |
| 1530 | 1531 | } |
| 1531 | 1532 | |
| 1532 | 1533 | ... | ... |