/*
Theme Name: The Core Child
Version: 1.0
Description: A child theme of The Core Parent
Template: the-core-parent
*/

@import url("../the-core-parent/style.css");

/* Custom CSS */
@media screen and (min-width > 768px) {
	/* Tablet Screen and Above */
	body {
		overflow: scroll;
	}

	#page {
		width: 1366px;
		/* max-width: 1366px; */
		min-width: 1366px;
	}
}
/* Custom CSS End */