correction page contacts
This commit is contained in:
parent
f2d48ab583
commit
faa98fbec0
|
@ -12,7 +12,7 @@
|
||||||
</p>
|
</p>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div v-for="personne in equipe.personnes" class="personne">
|
<div v-for="personne in equipe.personnes" class="personne" :style="personne.photo_url ? '' : { gridTemplateColumns: '0 1fr', gridGap: '0' }">
|
||||||
<figure>
|
<figure>
|
||||||
<img v-if="personne.photo_url" :src="personne.photo_url.small" :alt="personne.photo_alt">
|
<img v-if="personne.photo_url" :src="personne.photo_url.small" :alt="personne.photo_alt">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
Loading…
Reference in New Issue