mobile updates

This commit is contained in:
Alex Wolfe 2015-03-05 05:57:37 -08:00
parent 89a89e12aa
commit db3f77be47
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -55,6 +55,11 @@ $hero-padding: $unit * 2;
margin: ($unit * 3) auto ($unit * 5) auto; margin: ($unit * 3) auto ($unit * 5) auto;
font-weight: 400; font-weight: 400;
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
background: url('/resources/images/logos/standard/shield-large@2x.png') top center no-repeat;
background-size: 184px 200px;
}
@media handheld and (max-width: $phone-breakpoint), @media handheld and (max-width: $phone-breakpoint),
screen and (max-device-width: $phone-breakpoint), screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) { screen and (max-width: $tablet-breakpoint) {