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 {