From 572cc666d8a1d498ad64ba346c40ec26a5db0e77 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Thu, 5 Mar 2015 06:21:56 -0800 Subject: [PATCH] mobile updates --- public/resources/css/module/_code.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/resources/css/module/_code.scss b/public/resources/css/module/_code.scss index 738348186c..0ed7cd4a59 100644 --- a/public/resources/css/module/_code.scss +++ b/public/resources/css/module/_code.scss @@ -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; + } }