From daa9f7e5a0841d5cf27f7e95405f017834e32649 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 7 Jan 2022 17:37:43 +0100 Subject: [PATCH] margin form --- web/themes/custom/eql/css-compiled/styles.css | 2 +- web/themes/custom/eql/scss/pages/_webform.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 393264d..26330a3 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -2445,7 +2445,7 @@ a { width: 90%; height: 3rem; } .path-webform .region-content #webform-submission-deposer-une-contribution-add-form .form-item-piece-s-jointe-s- { - margin-left: 25%; + margin-left: 13%; margin-right: 20%; width: 60%; display: flex; diff --git a/web/themes/custom/eql/scss/pages/_webform.scss b/web/themes/custom/eql/scss/pages/_webform.scss index b3edcdf..fe212d5 100644 --- a/web/themes/custom/eql/scss/pages/_webform.scss +++ b/web/themes/custom/eql/scss/pages/_webform.scss @@ -203,7 +203,7 @@ } .form-item-piece-s-jointe-s-{ - margin-left: 25%; + margin-left: 13%; margin-right: 20%; width: 60%; display: flex;