From 491c5e1b8c4275cc30dc740a2dfd5a266d9b7a71 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 10 Nov 2017 17:57:52 +0100 Subject: [PATCH] A bit more margin around iframe on node descriptions --- src/styles/_utils.sass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/_utils.sass b/src/styles/_utils.sass index 2f2909da..e0b61f6b 100644 --- a/src/styles/_utils.sass +++ b/src/styles/_utils.sass @@ -414,11 +414,11 @@ /* e.g. YouTube embed */ iframe - margin-top: 20px - width: 100% - max-width: 100% + margin: 15px auto height: auto - min-height: 354px + max-width: 100% + min-height: 500px + width: 100% +media-sm iframe