From 2a58ac83e92e0a76882f993dab32c304425d32b1 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 2 Apr 2025 20:49:18 +0200 Subject: [PATCH] image encore 4 --- components/release-details.riot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/release-details.riot b/components/release-details.riot index ce4d9a3..fd87277 100644 --- a/components/release-details.riot +++ b/components/release-details.riot @@ -71,8 +71,8 @@ } .cover { - width: 300px; - height: 100px; + width: 200px; + height: 500px; aspect-ratio: 1 / 1; /* carré ou ajuste selon besoin */ object-fit: cover; border-radius: 8px;