Commit ba60d2e0 by Chris Rodriguez

Shifting placement of zoom bubbles

parent 84c4e347
......@@ -38,9 +38,9 @@
position: absolute;
height: 350px;
width: 350px;
top: -375px;
@include left(50%);
@include margin-left(-175px);
top: 50%;
margin-top: -175px;
@include right(-375px);
border-radius: 50%;
border: 2px solid $gray-d4;
background: $white;
......
......@@ -38,9 +38,9 @@
position: absolute;
height: 350px;
width: 350px;
top: -375px;
@include left(50%);
@include margin-left(-175px);
top: 50%;
margin-top: -175px;
@include left(-375px);
border-radius: 50%;
border: 2px solid $gray-d4;
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