play page : mobile layout
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s

This commit is contained in:
isUnknown 2026-03-25 13:52:02 +01:00
parent afda918cae
commit 045c0be583

View file

@ -387,7 +387,6 @@
width: clamp(180px, 18.77vw, 362px); width: clamp(180px, 18.77vw, 362px);
object-fit: contain; object-fit: contain;
object-position: left center; object-position: left center;
margin-bottom: 1rem;
} }
.play-description { .play-description {
@ -482,7 +481,7 @@
gap: 0; gap: 0;
} }
.play-title-img { .play-lettering {
max-height: 6rem; max-height: 6rem;
object-fit: contain; object-fit: contain;
object-position: left; object-position: left;
@ -495,10 +494,6 @@
font-weight: 400; font-weight: 400;
} }
.play-carousel {
grid-area: 15/4 / span 3 / span 13;
}
.play-carousel-item :global(img) { .play-carousel-item :global(img) {
width: clamp(80px, 18.41vw, 355px); width: clamp(80px, 18.41vw, 355px);
} }