diff --git a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css index 1176c15..6d076ec 100644 --- a/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css +++ b/web/themes/custom/quartiers_de_demain/dist/assets/css/bundle.css @@ -3722,6 +3722,9 @@ body { top: 0; } } +.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first #sites-map-container { + margin-top: 1.5rem; +} .node-type-site .layout--threecol-25-50-25 .layout__region--first div { width: fit-content; } @@ -3781,6 +3784,7 @@ body { padding-right: 0.2rem; padding-left: 0.2rem; padding-bottom: 0.2rem; + height: 25px; } @media (max-width: 810px) { .node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) { @@ -3815,6 +3819,7 @@ body { padding-right: 0.2rem; padding-left: 0.2rem; padding-bottom: 0.2rem; + height: 25px; } .node-type-site .layout--threecol-25-50-25 .layout__region--second { flex: 0 1 50% !important; @@ -3991,6 +3996,7 @@ body { content: url("../img/noun-arrow-to-right.svg"); padding-right: 0.2rem; padding-left: 0.2rem; + height: 25px; } .node-type-site .layout--threecol-25-50-25 .layout__region--third { flex: 0 1 25% !important; diff --git a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss index 76c9131..25f48c4 100644 --- a/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss +++ b/web/themes/custom/quartiers_de_demain/src/assets/scss/pages/node-type-site.scss @@ -37,6 +37,9 @@ .views-element-container{ // margin-bottom: 3rem; } + #sites-map-container{ + margin-top: 1.5rem; + } } div{ width: fit-content; @@ -100,6 +103,7 @@ padding-right: 0.2rem; padding-left: 0.2rem; padding-bottom: 0.2rem; + height: 25px; } } } @@ -141,8 +145,7 @@ padding-right: 0.2rem; padding-left: 0.2rem; padding-bottom: 0.2rem; - - + height: 25px; } } } @@ -361,6 +364,7 @@ content: url("../img/noun-arrow-to-right.svg"); padding-right: 0.2rem; padding-left: 0.2rem; + height: 25px; // padding-bottom: 0.2rem;