edit: valeur des tailes des images dans le format haut (500 - 815px)

This commit is contained in:
2026-02-25 22:52:12 +01:00
parent fdfb30ac53
commit e00371dc93
+3 -3
View File
@@ -111,7 +111,7 @@
/*===============format haut*/ /*===============format haut*/
@media (max-width:815px){ @media (max-width:815px){
.imgStyle{ .imgStyle{
width:200px; width:180px;
} }
#regenBtn{ #regenBtn{
@@ -121,12 +121,12 @@
/*Highlights size*/ /*Highlights size*/
.imgStyle.highlightItem{ .imgStyle.highlightItem{
width:333px; width:250px;
height:auto; height:auto;
z-index:3; z-index:3;
} }
.imgStyle.highlightMax{ .imgStyle.highlightMax{
width:400px; width:333px;
height:auto; height:auto;
z-index:3; z-index:3;
} }