From daf4914b287a058f952c56b828862774041e3d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Tue, 28 Mar 2017 15:31:05 +0200 Subject: [PATCH] longform element: mobile: video full width .text-pull.embed --- static/css/base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 9546ce2..0963896 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -3173,7 +3173,11 @@ margin-bottom: 0; line-height: 2.4rem; font-size: 1.6rem; } - +/* Mobile: video full width */ +.text-pull.embed { +margin-right: -2.4rem; +margin-left: -2.4rem; +} @media (min-width:1280px) { .longform [class*="text-pull-"] { max-width: 32%;