From 1a58842e47a668c9d842adae43716f4482b38c3f Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 2 Apr 2025 20:46:09 +0200 Subject: [PATCH] image encore 2 --- components/release-details.riot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/release-details.riot b/components/release-details.riot index 433bb78..f36934c 100644 --- a/components/release-details.riot +++ b/components/release-details.riot @@ -71,7 +71,7 @@ } .cover { - width: 200px; + width: auto; height: auto; aspect-ratio: 1 / 1; /* carré ou ajuste selon besoin */ object-fit: cover;