diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index b6dec94..364f0dd 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5835,7 +5835,7 @@ svg.ext { } @media (max-width: 810px) { .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) .views-row-wrapper { - padding-left: 1rem !important; + padding-left: 0rem !important; flex-direction: column; } .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-slide:not(footer) .views-row-wrapper .views-row { @@ -7133,6 +7133,7 @@ article.node-type-ressource.type-presse .field--name-field-images { .type-les-projets-en-images.views-row article.node-type-ressource.type-les-projets-en-images .wrapper-ressource { display: flex; flex-direction: column; + padding-left: 1rem !important; } } .type-les-projets-en-images.views-row article.node-type-ressource.type-les-projets-en-images .wrapper-ressource .field--name-field-images { diff --git a/web/themes/custom/eql/scss/pages/ressources.scss b/web/themes/custom/eql/scss/pages/ressources.scss index e916a2a..e60e134 100644 --- a/web/themes/custom/eql/scss/pages/ressources.scss +++ b/web/themes/custom/eql/scss/pages/ressources.scss @@ -615,7 +615,7 @@ } @media (max-width: 810px){ - padding-left: 1rem !important; + padding-left: 0rem !important; flex-direction: column; .views-row{ width: 100% !important; diff --git a/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss b/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss index 3e0a98f..a833ac6 100644 --- a/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss +++ b/web/themes/custom/eql/scss/partials/_node-type-ressource-teaser.scss @@ -286,6 +286,7 @@ article.node-type-ressource{ @media (max-width: 479px) { display: flex; flex-direction: column; + padding-left: 1rem !important; } .field--name-field-images {