diff --git a/prestations/html/ajouter_avant_apres.html b/prestations/html/ajouter_avant_apres.html index ce24bf2..acaf7a6 100644 --- a/prestations/html/ajouter_avant_apres.html +++ b/prestations/html/ajouter_avant_apres.html @@ -12,16 +12,23 @@ .img-preview { max-width: 150px; border-radius: 8px; - display: none; /* cachée tant qu'il n'y a pas d'image */ + display: none; + /* cachée tant qu'il n'y a pas d'image */ + } + + .container { + max-width: 600px; + margin-top: 50px; } -
-