This commit is contained in:
armansansd 2022-05-10 13:22:30 +02:00
parent 27aac6b763
commit f309248ee5
2 changed files with 22 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -301,6 +301,27 @@
} }
} }
} }
.paragraph--type--equipes{
.field_type_equipe{
margin: .8rem 0 .3rem 0;
}
}
.paragraph--type--personne{
//background-color: red;
display: flex;
flex-wrap: wrap;
.field_nom, .field_prenom{
font-weight: 600;
}
.field_fonction{
width: 100%;
}
.field_nom{
margin-left: .2rem;
}
}
} }
//end contenus central //end contenus central