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