correction de l'affichage des galeries sur TOUTES les tailles d'écrans

This commit is contained in:
Esenjin 2025-01-06 20:18:35 +01:00
parent 203f4390bf
commit 386792b5f6
2 changed files with 4 additions and 4 deletions

View File

@ -695,7 +695,7 @@ body {
@media (max-width: 1600px) {
.gallery-item {
width: calc((100% - (5 * 20px)) / 6);
width: 100%;
}
}
@ -719,7 +719,7 @@ body {
grid-template-columns: repeat(3, 1fr);
}
.gallery-item {
width: calc((100% - (3 * 20px)) / 4);
width: 100%;
}
}
@ -850,7 +850,7 @@ body {
}
.gallery-item {
width: calc((100% - 20px) / 2);
width: 100%;
}
.gallery-grid {

View File

@ -1 +1 @@
1.0.4
1.0.5