From 4d84475efa296d2992276699dce5860a5bbb94f6 Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 28 May 2025 22:41:21 +0200 Subject: [PATCH] aligner le titre Centre de ressources + intro --- web/themes/custom/eql/dist/assets/css/bundle.css | 4 ++-- web/themes/custom/eql/scss/pages/ressources.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 02f1dc5..bb3f523 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5278,7 +5278,7 @@ svg.ext { text-align: center; margin-bottom: 1rem; width: fit-content; - margin-left: 30%; + margin-left: 28%; } .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content { display: flex; @@ -5293,7 +5293,7 @@ svg.ext { .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-config-pages-block { width: 60%; margin: auto; - margin-left: 30%; + margin-left: 28%; } @media (max-width: 479px) { .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-config-pages-block { diff --git a/web/themes/custom/eql/scss/pages/ressources.scss b/web/themes/custom/eql/scss/pages/ressources.scss index 32251af..b4cb5fd 100644 --- a/web/themes/custom/eql/scss/pages/ressources.scss +++ b/web/themes/custom/eql/scss/pages/ressources.scss @@ -17,7 +17,7 @@ text-align: center; margin-bottom: 1rem; width: fit-content; - margin-left: 30%; + margin-left: 28%; } .layout--onecol{ .layout__region--content{ @@ -35,7 +35,7 @@ .block-config-pages-block{ width: 60%; margin: auto; - margin-left: 30%; + margin-left: 28%; @media (max-width:479px) { order: 1;