play page : max height on img title
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s
This commit is contained in:
parent
e74e7d249d
commit
afda918cae
1 changed files with 6 additions and 0 deletions
|
|
@ -482,6 +482,12 @@
|
||||||
gap: 0;
|
gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.play-title-img {
|
||||||
|
max-height: 6rem;
|
||||||
|
object-fit: contain;
|
||||||
|
object-position: left;
|
||||||
|
}
|
||||||
|
|
||||||
.play-description {
|
.play-description {
|
||||||
margin-top: .8rem;
|
margin-top: .8rem;
|
||||||
font-size: var(--font-size-paragraph-mobile);
|
font-size: var(--font-size-paragraph-mobile);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue