/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Central content slab */
.site {
    background:#fff;             /* white only under content  */
    max-width:1200px;            /* pick a size you like      */
    margin-left:auto;
    margin-right:auto;           /* centres the block         */
    box-shadow:0 0 40px rgba(0,0,0,.05); /* optional: subtle lift */
}
