Fix: Play mobile layout adjustments
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-13 09:21:50 +01:00
parent 4eb495c021
commit 44912c1d2f
2 changed files with 13 additions and 2 deletions

View file

@ -438,11 +438,21 @@
}
.play-featured {
grid-area: 3/2 / span 12 / span 18;
grid-area: 6/4/span 12/span 18;
justify-content: flex-start;
padding: 0 10px;
gap: 0;
}
.play-description {
margin-top: .8rem;
font-size: var(--font-size-paragraph-mobile);
line-height: 1.6;
font-weight: 400;
}
.play-carousel {
grid-area: 16/2 / span 3 / span 18;
grid-area: 14/4 / span 3 / span 13;
}
}