gold page: sparklepants positioning tweak.

This commit is contained in:
Max Goodman
2013-06-20 15:10:11 -07:00
parent b5f54defd7
commit c09326bd29

View File

@@ -109,7 +109,7 @@ section#gold-letter {
display: block;
position: absolute;
top: 85px;
left: 310px;
left: 270px;
width: 200px;
height: 276px;
background: url(../gold/sparklepants.png);
@@ -119,8 +119,8 @@ section#gold-letter {
&:hover:after {
opacity: 1;
left: 210px;
.transition(all, 0.5s, ease, 7s);
left: 85px;
.transition(all, 0.70s, ease, 7s);
}
}
}