/*
Theme Name: Laura Ann Milner Theme
Theme URI: https://lauraannmilner.com
Author: FireTree Design
Author URI: https://firetreedesign.com
Description: FireTree Full Site Editor Starter theme.
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: ft-fse-lauraannmilner
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.two-columns,
.three-columns,
.four-columns {
    column-count: 1;
    column-gap: 20px;
}

.width-25,
.width-50,
.width-75,
.width-100 {
	height: auto;
}

.width-25 {
	width: 25%;
}

.width-50 {
	width: 50%;
}

.width-75 {
	width: 75%;
}

.width-100 {
	width: 100%;
}

/* Desktop layout */
@media only screen and (min-width: 768px) {
	.two-columns {
		column-count: 2;
	}
	.three-columns {
		column-count: 3;
	}
	.four-columns {
    	column-count: 4;
	}
}