position block third

This commit is contained in:
2025-05-27 15:38:45 +02:00
parent 724bc81c53
commit f54542887c
3 changed files with 4 additions and 12 deletions
+2 -6
View File
@@ -5753,8 +5753,8 @@ content .page-node-type-ressource .type-les-projets-en-images.layout__region--to
display: none;
}
.page-node-type-ressource .block-region-third {
transform: translateY(-46rem);
margin-bottom: -46rem;
transform: translateY(-21rem);
margin-bottom: -21rem;
}
.carousel {
@@ -5817,10 +5817,6 @@ content .page-node-type-ressource .type-les-projets-en-images.layout__region--to
.page-node-type-ressource .type-media-vidéos.layout__region--top .block-region-top .block-entity-fieldnodefield-images .field__items {
display: none;
}
.page-node-type-ressource .block-region-third {
transform: translateY(-46rem);
margin-bottom: -46rem;
}
/*partials*/
.layout-container {
@@ -151,7 +151,7 @@
}
.block-region-third{
transform: translateY(-46rem);
margin-bottom: -46rem;
transform: translateY(-21rem);
margin-bottom: -21rem;
}
}
@@ -75,8 +75,4 @@
}
.block-region-third{
transform: translateY(-46rem);
margin-bottom: -46rem;
}
}