/**
 * Business Logic module for Craft CMS
 *
 * Business Logic CSS
 *
 * @author    Maxime Lafrenière
 * @copyright Copyright (c) 2019 Maxime Lafrenière
 * @link      https://mambomambo.ca
 * @package   BusinessLogic
 * @since     1.0.0
 */

.form-grid {
	display: grid;
	grid-auto-flow: column;
	gap: 1rem;
	align-items: end;
}

.form-grid .field {
	margin-bottom: 0;
}
