﻿.recipeContent {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1em;
}

.recipeOverviewImages {
	width: 30px;
	height: 30px;
}

.recipeDetailAmount {
	width: 80px;
	text-align: end;
	
}
