/*
 Theme Name:  Crow Lite Child
 Template:    crow-lite
 Version:     1.0
 Description: Child theme for Crow Lite with split hero (Pieter left, promos right).
*/

/* Optional: make alignfull blocks truly edge-to-edge on classic layouts */
.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
