Commit 42948c9c6e899f4dcc6f8605eecf7b676590ff39

Authored by Victor Costa
1 parent df83c99d

fix container children position

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
style.css
... ... @@ -1498,9 +1498,10 @@ input.button.with-text {
1498 1498 /*título de container*/
1499 1499 .action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title,
1500 1500 .action-environment_design-index #content .box-1 .container-block-plugin_container-block .block .block-title {
1501   - padding-left: 10px;
  1501 + padding-left: 13px;
1502 1502 padding-bottom: 24px;
1503   -/*teste*/ top: 7px; left: -14px;
  1503 + top: 9px;
  1504 + left: -11px;
1504 1505 }
1505 1506 /*título do bloco de pessoas dentro do container */
1506 1507 .action-home-index #content .box-1 .container-block-plugin_container-block .people-block .block-title,
... ...