in the sidebar
trying to resolve the css jitter issue with changing the background image
on hover, but no matter what it seems to be a few pixels off
background-size: cover;
background-repeat: no-repeat; }
#sidebar a.signup:hover {
- background-position: 0px -142px; }
+ background-position: 0px -143px; }
@media only screen and (min-width:0em) and (max-width:64em) {
#sidebar a.signup {
float: none;
background-size: cover;
background-repeat: no-repeat;
&:hover {
- background-position: 0px -142px;
+ background-position: 0px -143px;
// height: 116px;
// margin-bottom: 43px;
}