diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 76521d7..e5fb821 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -322,8 +322,7 @@ svg.ext { } .path-projets-complets .view-header::before { content: "2. "; - margin-right: 2rem; - margin-bottom: 1rem; + margin-right: 1rem; font-weight: 600; font-size: 1.5rem; min-width: fit-content; @@ -355,6 +354,12 @@ svg.ext { display: flex; flex-direction: column; } +@media screen { + .path-projets-complets .view-projets { + margin-top: 5rem !important; + width: 80%; + } +} .path-projets-complets .view-projets .buttons-filtres-ressources { display: none; } diff --git a/web/themes/custom/eql/scss/global/print/_projets-complets-ecran.scss b/web/themes/custom/eql/scss/global/print/_projets-complets-ecran.scss index a375743..034be2f 100644 --- a/web/themes/custom/eql/scss/global/print/_projets-complets-ecran.scss +++ b/web/themes/custom/eql/scss/global/print/_projets-complets-ecran.scss @@ -28,7 +28,7 @@ // right: 0; &::before{ content: '2. '; - margin-right: 2rem; + margin-right: 1rem; // margin-bottom: 1rem; // margin-left: 0.5rem; font-weight: 600; @@ -61,6 +61,11 @@ margin-bottom: 4rem !important; display: flex; flex-direction: column; + @media screen { + margin-top: 5rem !important; + width: 80%; + + } ///// filtres /////////// .buttons-filtres-ressources{display: none;}