mobile fixes

This commit is contained in:
Alex Wolfe 2015-03-05 06:20:23 -08:00
parent 7bb56bbd57
commit 35e20314f0
2 changed files with 6 additions and 2 deletions

View File

@ -55,7 +55,10 @@
background: $regal url('/resources/images/logos/inverse/shield/22.png') 24px 13px no-repeat;
color: rgba($snow, .87);
padding-left: 54px;
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
background: $regal url('/resources/images/logos/inverse/shield/22@2x.png') 24px 13px no-repeat;
background-size: 22px 22px;
}
}
}

View File

@ -6,6 +6,7 @@
.cp_embed_iframe {
overflow: hidden;
width: 240px !important;
}