From 1bd7fd79516d9ada275f0280c6e991517c7c6ba6 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 29 Aug 2018 14:50:37 +0200 Subject: [PATCH] =?UTF-8?q?:art:=20ajoute=20une=20hauteur=20minimum=20?= =?UTF-8?q?=C3=A0=20l'iframe=20et=20un=20margin=20vertical?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/sites/embauche.gouv.fr/iframe-script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sites/embauche.gouv.fr/iframe-script.js b/source/sites/embauche.gouv.fr/iframe-script.js index d73ceb033..e8b1afe41 100644 --- a/source/sites/embauche.gouv.fr/iframe-script.js +++ b/source/sites/embauche.gouv.fr/iframe-script.js @@ -16,7 +16,7 @@ const iframeAttributes = { id: 'simulateurEmbauche', src, style: - 'border: none; width: 100%; display: block; margin: 0 auto', + 'border: none; width: 100%; display: block; margin: 10px auto; min-height: 700px', allowfullscreen: true, webkitallowfullscreen: true, mozallowfullscreen: true