Container Query

PHOTO EMBED

Tue Nov 07 2023 15:34:38 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #css #layout

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

@container (min-width: 600px) {
  .child {
    align-self: center;
  }
}
content_copyCOPY