From 96111844336f06acf7ae6d56c5fbb24192a19631 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 6 Jun 2025 10:15:32 +0200 Subject: [PATCH] grid ressource video --- web/themes/custom/eql/dist/assets/css/bundle.css | 5 +++-- .../eql/scss/pages/_ressource-type-media-vidéos.scss | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index cb8c889..2271184 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5949,6 +5949,7 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel display: flex !important; flex-direction: column; margin-left: 11%; + width: 60%; } @media screen and (min-width: 1100px) { .page-node-type-ressource .type-media-vidéos.layout__region--top .block-region-top { @@ -5981,11 +5982,11 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel } .page-node-type-ressource .type-media-vidéos.layout__region--top .block-region-top .block-entity-fieldnodefield-videos { order: 7; - width: 70%; + margin-top: 2rem; } body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-projets-liee { - transform: translateY(-45.5rem); + transform: translateY(-60vh); } body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-liens, body.type-media-vidéos .block-region-third .block-entity-fieldnodefield-fichiers, diff --git a/web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss b/web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss index 8ef28d4..1aa9359 100644 --- a/web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss +++ b/web/themes/custom/eql/scss/pages/_ressource-type-media-vidéos.scss @@ -6,6 +6,7 @@ display: flex !important; flex-direction: column; margin-left: 11%; + width: 60%; @media screen and (min-width:1100px) { display: flex; } @@ -36,9 +37,9 @@ } .block-entity-fieldnodefield-videos{ order: 7; - width: 70%;} - + margin-top: 2rem; } + } } @@ -48,7 +49,7 @@ body.type-media-vidéos{ .block-region-third{ .block-entity-fieldnodefield-projets-liee{ - transform: translateY(-45.5rem); + transform: translateY(-60vh); } .block-entity-fieldnodefield-liens, .block-entity-fieldnodefield-fichiers,