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