Fix position of Edit Site button on mobile

This commit is contained in:
Victoria Wang 2015-07-20 13:14:28 -07:00
parent 205036004b
commit 233265f8ab

View file

@ -752,10 +752,9 @@
}
}
@media (max-device-width:480px), screen and (max-width:800px) {
width: 10em!important;
float: right;
padding: 0 0 18px 0;
margin-top: -77px;
position: absolute;
top: 46px;
right: -8px;
}
}
.interior .header-Outro.with-columns .col-66 {