margin infos equipes

This commit is contained in:
2025-11-24 14:06:54 +01:00
parent e53a8ac4e7
commit f3ad0386ee
2 changed files with 2 additions and 4 deletions

View File

@@ -4399,9 +4399,8 @@ body {
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_infos .infos-projet {
break-inside: avoid; /* évite quun bloc soit coupé entre deux colonnes */
margin-bottom: 1rem; /* petit espace entre les blocs */
margin-bottom: 0.5rem !important; /* petit espace entre les blocs */
margin: 0;
margin-bottom: 1rem;
}
.node-type-projet .layout--threecol-25-50-25 .layout__region--second .block-region-second .field_field_infos .infos-projet h4 {
margin: 0;

View File

@@ -152,9 +152,8 @@
column-gap: 1.5rem; /* espace entre les colonnes */
.infos-projet{
break-inside: avoid; /* évite quun bloc soit coupé entre deux colonnes */
margin-bottom: 1rem; /* petit espace entre les blocs */
margin-bottom: 0.5rem !important; /* petit espace entre les blocs */
margin: 0;
margin-bottom: 1rem;
h4{
margin: 0;
font-size: 0.7em;