diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index fc11eb9..e6a8eb9 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -1761,8 +1761,7 @@ a { height: fit-content; margin-bottom: 1rem; background-color: white; - margin-right: 1rem; - height: 200px; } + margin-right: 1rem; } .offresdeservices .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockoffres-de--block-1 .view-content .views-row .node-type-offre_de_service div:first-of-type { display: grid; grid-template-columns: 1fr auto 1fr; diff --git a/web/themes/custom/eql/scss/pages/_offresdeservices.scss b/web/themes/custom/eql/scss/pages/_offresdeservices.scss index 5323374..fcc6b37 100644 --- a/web/themes/custom/eql/scss/pages/_offresdeservices.scss +++ b/web/themes/custom/eql/scss/pages/_offresdeservices.scss @@ -113,7 +113,7 @@ margin-bottom: 1rem; background-color: $white; margin-right: 1rem; - height: 200px; + // height: 200px; div:first-of-type{ display: grid; grid-template-columns: 1fr auto 1fr;