27 lines
475 B
SCSS
27 lines
475 B
SCSS
|
|
|
|
|
|
.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%;
|
|
}
|
|
|
|
}
|
|
|
|
}
|