Commit de1fbec1e130f90cf8b7484cfb597a58a83c0f91

Authored by Luigi Serra
1 parent 8ee32023

elements position updates

controllets/animated-button-container-controllet/animated-button-container-controllet.html
@@ -28,8 +28,11 @@ @@ -28,8 +28,11 @@
28 28
29 .window { 29 .window {
30 position: fixed; 30 position: fixed;
  31 + right: 0;
  32 + left: 0;
31 top: 25%; 33 top: 25%;
32 - left: 25%; 34 + margin-right: auto;
  35 + margin-left: auto;
33 z-index: 1000; 36 z-index: 1000;
34 } 37 }
35 38