FrontEnd.ro logo
CSS Container Queries

@media screen and (max-width: 1024px) {
  .child {
    /* ... */
  }
}