/*
 * Purposeful fixes added during the Child Theme migration.
 *
 * These rules intentionally load after live-baseline.css. Once a legacy rule
 * is fully replaced, move the finished component here and remove the old
 * equivalent from the baseline in the same change.
 */

/* The legacy 1280px site card created a broken white frame on the homepage. */
body.home .site.grid-container.container {
	max-width: 100%;
}
