mobile updates
This commit is contained in:
parent
35e20314f0
commit
572cc666d8
|
@ -6,7 +6,12 @@
|
||||||
|
|
||||||
.cp_embed_iframe {
|
.cp_embed_iframe {
|
||||||
overflow: hidden;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue