Room to Breathe

how much space they have

.gallery { container-type: inline-size; }

@container (width >= 40ch) {
  .card { grid-template-columns: 1fr 2fr; }
}