/* supplement.css — Phase 4 layout/visibility fixes go here */

/* /pages blog catalog: keep cards inside the boxed content area */
body.home.blog #main-content {
	overflow-x: hidden;
	box-sizing: border-box;
}
body.home.blog #main-content .content {
	max-width: 100%;
	box-sizing: border-box;
}
#blog-cards {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
