One Card, Two Parents
The identical card markup stacks in the narrow rail and goes horizontal when its container is at least 28rem wide.
The identical card markup stacks in the narrow rail and goes horizontal when its container is at least 28rem wide.
@container slot (width >= 28rem) {
.cq-card {
grid-template-columns: 10rem 1fr;
align-items: center;
}
}