From 5a43a72b0f48306b1d493f189ab4d6a0653afe09 Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 6 Jan 2022 15:47:55 +0100 Subject: [PATCH] taille boite offre de service --- web/themes/custom/eql/css-compiled/styles.css | 3 +-- web/themes/custom/eql/scss/pages/_offresdeservices.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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;