diff --git a/css/gamumail.css b/css/gamumail.css index 39dbfdf..cf67d23 100644 --- a/css/gamumail.css +++ b/css/gamumail.css @@ -242,3 +242,31 @@ .formulaire_gamumail .btn { font-size: 3rem; } + +.gestion_documents { + display:flex; + flex-direction:column; + gap: 20px; +} +.gestion_documents .colonne_droite { + border-bottom: 1px solid #CECECE; + margin-bottom: 20px; +} +.colonne_droite .dropfile{ + display: flex; + gap: 5px; + align-items: center; +} +@media (min-width: 780px) { + .gestion_documents { + flex-direction: row; + } + .colonne_gauche { + width: 50%; + } + .colonne_droite { + width: 50%; + order: 2; + } + +} diff --git a/formulaires/gamumail.html b/formulaires/gamumail.html index 1e0845a..9394047 100644 --- a/formulaires/gamumail.html +++ b/formulaires/gamumail.html @@ -110,8 +110,12 @@ -