page partenaires

This commit is contained in:
2021-11-18 13:14:10 +01:00
parent 16232ba2a3
commit 481d5eb8ab
4 changed files with 58 additions and 24 deletions
@@ -0,0 +1,26 @@
.field--name-field-partenaires{
display: flex;
flex-direction: column;
.paragraph--type--partenaire{
.field--name-field-logo{
display: block;
width: 30%;
height: inherit;
float: left;
}
.field--name-field-titre{
clear: both;
width: 70%;
font-weight: 800;
}
.field--name-field-texte{
width: 70%;
}
}
}