Commit 47fd43cf529c33220ef347638b6fbd17c0cc64d8

Authored by Victor Costa
1 parent e6b823db

fix container children position

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
style.css
... ... @@ -1671,8 +1671,6 @@ input.button.with-text {
1671 1671 .action-environment_design-index .container-block-plugin_container-block .block-inner-2{
1672 1672 background-color: transparent;
1673 1673 padding:0;
1674   - margin: -2px;
1675   -/* border: 1px solid red;*/
1676 1674 }
1677 1675  
1678 1676 /*blocos comuns dentro do container*/
... ... @@ -1684,6 +1682,8 @@ input.button.with-text {
1684 1682 .action-home-index .container-block-plugin_container-block .block-outer,
1685 1683 .action-environment_design-index .container-block-plugin_container-block .block-outer{
1686 1684 background-color: white;
  1685 + margin-left: 0px;
  1686 + margin-right: -3px;
1687 1687 }
1688 1688  
1689 1689 .action-home-index .people-block .block-inner-2,
... ...