Fixed part image for mobile view

This commit is contained in:
Jan Böhmer 2026-02-22 19:48:57 +01:00
parent 68bcc391e3
commit 38431e88a4
2 changed files with 10 additions and 4 deletions

View file

@ -58,6 +58,12 @@
object-fit: contain;
}
@media (max-width: 768px) {
.part-info-image {
max-height: 100px;
}
}
.object-fit-cover {
object-fit: cover;
}