From 2f444ea7c707d31d4a9ee5d001e7dac9c5e12d29 Mon Sep 17 00:00:00 2001 From: Yvv Date: Sat, 11 Apr 2026 17:57:20 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20couverture=20BookPresentation=20?= =?UTF-8?q?=E2=80=94=20object-fit=20contain,=20largeur=20100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/components/home/BookPresentation.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/components/home/BookPresentation.vue b/app/components/home/BookPresentation.vue index c6eb131..8b566ed 100644 --- a/app/components/home/BookPresentation.vue +++ b/app/components/home/BookPresentation.vue @@ -131,10 +131,9 @@ const { data: content } = await usePageContent('home') } .book-cover-img { - width: 200%; + width: 100%; height: 100%; - object-fit: cover; - transform: translateX(-50%); + object-fit: contain; } .heading-section {