🎨 ajoute une hauteur minimum à l'iframe et un margin vertical

pull/321/head
Johan Girod 2018-08-29 14:50:37 +02:00
parent 844e3cfc4d
commit 1bd7fd7951
1 changed files with 1 additions and 1 deletions

View File

@ -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