css equipe img rond

This commit is contained in:
2023-06-08 19:08:43 +02:00
parent 423e9bad84
commit 6fdba91055
2 changed files with 5 additions and 0 deletions
@@ -731,6 +731,8 @@ a {
grid-column: 1 / 2;
grid-row: 1 / span 3;
padding-right: 1rem; }
.field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne .field--name-field-photo img {
border-radius: 50%; }
.field--name-field-equipes .paragraph--type--equipe .paragraph--type--personne .field--name-field-prenom {
grid-column: 2 / span 3;
grid-row: 1;
@@ -95,6 +95,9 @@
grid-row: 1 / span 3;
// margin-top: 2rem;
padding-right: 1rem;
img{
border-radius: 50%;
}
}
.field--name-field-prenom{
grid-column: 2 / span 3;