From b4f8c069fc853670d2c9ba419fd20ec681afdaa6 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 8 Nov 2024 20:46:54 +0100 Subject: [PATCH] download padding bottom --- .../custom/quartiers_de_demain/dist/assets/css/bundle.css | 1 + .../src/assets/scss/pages/node-type-site.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css index fd44fa9..b3343bd 100644 --- a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css +++ b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css @@ -3286,6 +3286,7 @@ body { display: flex; flex-direction: column !important; padding-top: 2rem; + padding-bottom: 3rem; } .node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper .field--name-field-documents, .node-type-site .layout--threecol-25-50-25 .layout__region--third .documents-liens-wrapper .field_field_documents > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) { display: none; diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss index df24671..1f57fdc 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss @@ -357,6 +357,8 @@ display: flex; flex-direction: column !important; padding-top: 2rem; + padding-bottom: 3rem; + .field--name-field-documents, .field_field_documents > div:nth-child(2) > div:nth-child(1) > span:nth-child(2){ display: none; }