play page : max height on img title
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s

This commit is contained in:
isUnknown 2026-03-25 13:48:39 +01:00
parent e74e7d249d
commit afda918cae

View file

@ -482,6 +482,12 @@
gap: 0;
}
.play-title-img {
max-height: 6rem;
object-fit: contain;
object-position: left;
}
.play-description {
margin-top: .8rem;
font-size: var(--font-size-paragraph-mobile);