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; } - -
+ -

Ajouter une paire avant/après

+
+ +

Ajouter une paire avant/après

@@ -42,13 +49,13 @@
- +
- + image avant @@ -66,7 +73,7 @@
- + image après @@ -89,10 +96,9 @@
- + - - + \ No newline at end of file