fix: couverture BookPresentation — object-fit contain, largeur 100%
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Yvv
2026-04-11 17:57:20 +02:00
parent 8408fd6466
commit 2f444ea7c7
+2 -3
View File
@@ -131,10 +131,9 @@ const { data: content } = await usePageContent('home')
} }
.book-cover-img { .book-cover-img {
width: 200%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: contain;
transform: translateX(-50%);
} }
.heading-section { .heading-section {