@import 'constants';

@mixin banner-base {
	display: flex;
	background-color: $color-light;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
