Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.
.template--before_and_after {
	margin: 0 auto;
	width: 80%;
	display: flex;
}

.template--before_and_after:first-child,
.template--before_and_after:last-child {
	flex: 1 0 fit-content;
}

.template--before_and_after:nth-child(2) {
	flex: 0 0 fit-content;
}