diff --git a/components/release-details.riot b/components/release-details.riot index 27c440b..8cefb54 100644 --- a/components/release-details.riot +++ b/components/release-details.riot @@ -71,8 +71,8 @@ } .cover { - width: 100%; - height: 100%; + width: 250px; + height: 350px; aspect-ratio: 1 / 1; /* carré ou ajuste selon besoin */ object-fit: cover; border-radius: 8px;