/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


<style>
  
  /* This page is designed to be narrower than most web pages. This code block overrides your default site width to make your section containers narrower. You can adjust the width below or you can remove this code block altogether. */
  
  .brxe-container {
  	width: 962px;
    max-width: 100%;
  }
  
</style>