/**
Theme Name: Custom Child Theme
Author: Sackcloth Studios
Author URI: http://sackclothstudios.com/
Description: Custom Astra child theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Sets maximum width of website design */
#page {
	max-width: 1920px;
	margin: 0 auto;
}

