/*
Theme Name: Li Velvet
Theme URI: 
Author: Heli
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: li-velvet
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
*/
.lv-flexbox {
	display: flex;
	flex-direction: row;
}

.lv-flexbox > * {
	flex: 1 1 0;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.lv-flexbox > *:first-child {
	margin-left: 0;
}

.lv-flexbox > *:last-child {
	margin-right: 0;
}

.lv-flexbox > * * {
	width: 100%;
	display: block
}

@media (max-width: 40rem) {
	.lv-flexbox {
		flex-direction: column;
	}
	
	.lv-flexbox > * {
		margin: 0;
	}
}
