From 9716fa4c5b52bb10a20ac0b42c646790349538a0 Mon Sep 17 00:00:00 2001 From: ouidade Date: Sun, 22 Jun 2025 22:12:17 +0200 Subject: [PATCH] =?UTF-8?q?margin=20region=20third=20projets=20li=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/eql/dist/assets/css/bundle.css | 1 - web/themes/custom/eql/scss/pages/_ressource.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index ba53c88..620276f 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -2660,7 +2660,6 @@ svg.ext { } .page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee { order: 1; - margin-top: 3rem; } @media (max-width: 479px) { .page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-projets-liee { diff --git a/web/themes/custom/eql/scss/pages/_ressource.scss b/web/themes/custom/eql/scss/pages/_ressource.scss index 98aa885..a12dda3 100644 --- a/web/themes/custom/eql/scss/pages/_ressource.scss +++ b/web/themes/custom/eql/scss/pages/_ressource.scss @@ -484,7 +484,7 @@ .block-entity-fieldnodefield-projets-liee{ order: 1; - margin-top: 3rem; + // margin-top: 3rem; @media(max-width:479px){ margin-top: 2rem; }