update css

This commit is contained in:
Simon Vieille 2021-07-10 00:03:14 +02:00
parent 3bb0adadd7
commit 4e551424b1
2 changed files with 7 additions and 1 deletions

View File

@ -793,6 +793,12 @@ $links: (
}
}
@media screen and (max-width: 1024px) {
.mesh-wrapper {
width: 100%;
}
}
@media screen and (max-width: 980px) {
.quick-image img {
height: 200px;

View File

@ -10,4 +10,4 @@ liip_imagine:
mesh_preview_filter:
filters:
downscale:
max: [400, 400]
max: [600, 600]