From 0467c21ec77bec8089c9435f1a4699719b1cbf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Tue, 28 Mar 2017 15:56:45 +0200 Subject: [PATCH] longform .text-pull.embed: without black borders --- static/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/base.css b/static/css/base.css index 0963896..50a7fb0 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -3175,6 +3175,7 @@ font-size: 1.6rem; } /* Mobile: video full width */ .text-pull.embed { +padding-bottom: 60.6%; /*without black borders; */ margin-right: -2.4rem; margin-left: -2.4rem; }