mobile updates

This commit is contained in:
Alex Wolfe 2015-03-05 06:21:56 -08:00
parent 35e20314f0
commit 572cc666d8
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,12 @@
.cp_embed_iframe {
overflow: hidden;
width: 240px !important;
@media handheld and (max-width: $phone-breakpoint),
screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) {
width: 240px !important;
}
}