correction de l'affichage des galeries sur TOUTES les tailles d'écrans
This commit is contained in:
parent
203f4390bf
commit
386792b5f6
@ -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 {
|
||||
|
@ -1 +1 @@
|
||||
1.0.4
|
||||
1.0.5
|
Loading…
x
Reference in New Issue
Block a user