From e00371dc9308734c30e38cb3500f0f38f245a631 Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Wed, 25 Feb 2026 22:52:12 +0100 Subject: [PATCH] edit: valeur des tailes des images dans le format haut (500 - 815px) --- src/MainContent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MainContent.vue b/src/MainContent.vue index 1277b8e..e5e2c37 100644 --- a/src/MainContent.vue +++ b/src/MainContent.vue @@ -111,7 +111,7 @@ /*===============format haut*/ @media (max-width:815px){ .imgStyle{ - width:200px; + width:180px; } #regenBtn{ @@ -121,12 +121,12 @@ /*Highlights size*/ .imgStyle.highlightItem{ - width:333px; + width:250px; height:auto; z-index:3; } .imgStyle.highlightMax{ - width:400px; + width:333px; height:auto; z-index:3; }