Commit ba60d2e0 by Chris Rodriguez

Shifting placement of zoom bubbles

parent 84c4e347
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
position: absolute; position: absolute;
height: 350px; height: 350px;
width: 350px; width: 350px;
top: -375px; top: 50%;
@include left(50%); margin-top: -175px;
@include margin-left(-175px); @include right(-375px);
border-radius: 50%; border-radius: 50%;
border: 2px solid $gray-d4; border: 2px solid $gray-d4;
background: $white; background: $white;
......
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
position: absolute; position: absolute;
height: 350px; height: 350px;
width: 350px; width: 350px;
top: -375px; top: 50%;
@include left(50%); margin-top: -175px;
@include margin-left(-175px); @include left(-375px);
border-radius: 50%; border-radius: 50%;
border: 2px solid $gray-d4; border: 2px solid $gray-d4;
background: $white; background: $white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment