Commit 45c2449776c15794394178024113f8933d869f54
1 parent
85374567
Exists in
master
Posiciona o vaso ao lado do miolo central da página
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
recipes/vaso/assets/estilo-campanha.scss
... | ... | @@ -45,10 +45,11 @@ |
45 | 45 | #campanha-contra-aegypti { |
46 | 46 | width:80px; |
47 | 47 | height:152px; |
48 | + margin-left:-600px; | |
48 | 49 | display:block; |
49 | 50 | position:absolute; |
50 | 51 | top:44px; |
51 | - left:2%; | |
52 | + left:50%; | |
52 | 53 | background-repeat:no-repeat; |
53 | 54 | z-index:999999; |
54 | 55 | transition:none; | ... | ... |