mobile style updates

This commit is contained in:
Alex Wolfe 2015-03-05 06:11:04 -08:00
parent db3f77be47
commit 7bb56bbd57
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,6 @@
.cp_embed_iframe {
overflow: hidden;
max-width: 100% !important;
}

View File

@ -30,6 +30,11 @@
width: 135px;
overflow: hidden;
text-indent: -3000px;
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
background: url('/resources/images/logos/standard/logo-nav@2x.png') 0px 8px no-repeat;
background-size: 135px 36px;
}
}
}
@ -135,7 +140,6 @@
screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) {
display: inline-block;
float: right;
}
}
}