/*
Theme Name:   TMC Maintenance
Description:  Customization of fireweed theme 
Author:       Maggie Wettergreen
Author URI:   https://maggiewettergreen.com
Template:     fireweed
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  fireweed-child
*/

@media only screen and (width >=1270px) {
    .wp-block-column.is-layout-constrained:first-child {
        padding-left:calc(50% - var(--wp--style--global--content-size)/ 2);
        padding-right: 0
    }

    .wp-block-column.is-layout-constrained:last-child {
        padding-right: calc(50% - var(--wp--style--global--content-size)/ 2);
        padding-left: 0
    }
}
/* small laptops and large tablets and below */
@media only screen and (width <= 1200px) {
	/* Reserved for breakpoint overrides */
}

/* small tablets and mobile */
@media only screen and (width <= 999px) {
	/* Reserved for breakpoint overrides */
}

/* large tablets and desktop */
@media only screen and (width >= 1000px) {
	/* Reserved for breakpoint overrides */
}

/* small mobile */
@media only screen and (width <= 500px) {
	/* Reserved for breakpoint overrides */
}
