/*
 * Theme Name:  Revision Child
 * Theme URI:   https://revision.codesupply.co/
 * Description: Revision Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    revision
 * Version:     1.0.4
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/* --- Full-width article body on single posts -------------------------------
 * The single-post sidebar is turned off in Customizer > Post Settings >
 * Default Sidebar. With no sidebar the parent theme still centres the article
 * in a narrow 640px content wrapper, so posts look pinched on large screens.
 * Let the post body use the theme's full 1248px desktop content area.
 *
 * Scoped to .single so archives, the home page and pages keep their own
 * layout. Delete this block to restore the parent's narrow reading measure.
 */
@media (min-width: 992px) {
	.single .cs-entry__container {
		--cs-entry-content-width: var(--cs-entry-content-full);
	}

	.single .cs-entry__content-wrap {
		width: 100%;
		max-width: 100%;
	}
}
