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