made illustration a picture element
This commit is contained in:
parent
01aa34da8d
commit
f8c64ed90e
4
app.vue
4
app.vue
|
@ -65,7 +65,7 @@ async function runMutation(payload) {
|
|||
<section class="intro sidebar--reverse" data-direction="rtl">
|
||||
<article v-html="homepage.content" class="editorial" />
|
||||
<div>
|
||||
<NuxtImg
|
||||
<NuxtPicture
|
||||
:src="`https://contenu.liste-bebe-macia-capde.fr/assets/${homepage.illustration.id}.`"
|
||||
width="900"
|
||||
height="563"
|
||||
|
@ -104,7 +104,7 @@ h1 {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.intro__image {
|
||||
.intro__image :deep(img) {
|
||||
margin-inline: auto;
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue