Commit 42948c9c6e899f4dcc6f8605eecf7b676590ff39
1 parent
df83c99d
Exists in
master
and in
5 other branches
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,9 +1498,10 @@ input.button.with-text { | ||
| 1498 | /*título de container*/ | 1498 | /*título de container*/ |
| 1499 | .action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title, | 1499 | .action-home-index #content .box-1 .container-block-plugin_container-block .block .block-title, |
| 1500 | .action-environment_design-index #content .box-1 .container-block-plugin_container-block .block .block-title { | 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 | padding-bottom: 24px; | 1502 | padding-bottom: 24px; |
| 1503 | -/*teste*/ top: 7px; left: -14px; | 1503 | + top: 9px; |
| 1504 | + left: -11px; | ||
| 1504 | } | 1505 | } |
| 1505 | /*título do bloco de pessoas dentro do container */ | 1506 | /*título do bloco de pessoas dentro do container */ |
| 1506 | .action-home-index #content .box-1 .container-block-plugin_container-block .people-block .block-title, | 1507 | .action-home-index #content .box-1 .container-block-plugin_container-block .people-block .block-title, |