Commit 45c2449776c15794394178024113f8933d869f54

Authored by Isaias Coelho
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,10 +45,11 @@
45 #campanha-contra-aegypti { 45 #campanha-contra-aegypti {
46 width:80px; 46 width:80px;
47 height:152px; 47 height:152px;
  48 + margin-left:-600px;
48 display:block; 49 display:block;
49 position:absolute; 50 position:absolute;
50 top:44px; 51 top:44px;
51 - left:2%; 52 + left:50%;
52 background-repeat:no-repeat; 53 background-repeat:no-repeat;
53 z-index:999999; 54 z-index:999999;
54 transition:none; 55 transition:none;