This commit is contained in:
Roman Pyrih
2025-07-22 14:37:45 +02:00
parent 1351afd9fe
commit 701ddf2b3d
3 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2008,6 +2008,13 @@ body.shop_product {
}
}
}
img {
height: auto !important;
width: 100% !important;
max-width: fit-content;
object-fit: contain;
}
}
}