From ae138f2da7fdd7cc5a0016c4acf4a248f51a2f54 Mon Sep 17 00:00:00 2001 From: ouidade Date: Mon, 23 Jun 2025 13:17:03 +0200 Subject: [PATCH] responsive ressource --- web/themes/custom/eql/dist/assets/css/bundle.css | 6 +++--- web/themes/custom/eql/scss/pages/_ressource.scss | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index d165a63..00ca9cc 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -2369,17 +2369,17 @@ svg.ext { @media (max-width: 550px) { .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- .field--name-field-auteur-s- { margin-top: 0rem; + font-size: 1rem; } } @media (max-width: 550px) { .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- { - font-size: 1rem; - margin-top: 1rem; + margin-top: 0.5rem; } } @media (max-width: 550px) { .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-date-de-parution { - margin-top: 0rem; + margin-top: 0.5rem; } } .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-mots-clefs .field--name-field-mots-clefs { diff --git a/web/themes/custom/eql/scss/pages/_ressource.scss b/web/themes/custom/eql/scss/pages/_ressource.scss index c85227c..6c82c52 100644 --- a/web/themes/custom/eql/scss/pages/_ressource.scss +++ b/web/themes/custom/eql/scss/pages/_ressource.scss @@ -153,17 +153,18 @@ } @media (max-width: 550px) { margin-top: 0rem; + font-size: 1rem; } } @media (max-width: 550px) { - font-size: 1rem; - margin-top: 1rem; + + margin-top: 0.5rem; } } .block-entity-fieldnodefield-date-de-parution{ @media (max-width: 550px) { - margin-top: 0rem; + margin-top: 0.5rem; } } .block-entity-fieldnodefield-mots-clefs{