/*
Theme Name: The Granite Grid
Theme URI: https://offgrid.randomisland.ca
Author: Heckle and Code
Description: A bespoke rustic outport theme for The Granite Grid off-grid homestead logs.
Version: 1.0.0
Text Domain: granite-grid
*/

@import url("assets/css/styles.css");

/* WordPress admin bar spacing overrides for fixed elements */
.admin-bar .fixed-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .fixed-header {
        top: 46px !important;
    }
}
