meals-made-easy-app/src/pages/recipe/recipe.module.css
2024-08-10 18:04:34 -05:00

31 lines
395 B
CSS

.full-recipe-container {
display: flex;
flex-direction: column;
}
.full-recipe {
max-width: 80ch;
display: flex;
flex-direction: column;
gap: 15px;
}
.info {
display: flex;
flex-direction: column;
gap: 5px;
}
.info-row {
display: flex;
justify-content: space-between;
}
.recipe-title {
margin-block: 0.5em;
}
.main-image {
width: 100%;
}