meals-made-easy-app/src/app/pages/recipe-page/recipe-page-content/recipe-page-content.css
2026-01-11 19:44:59 -06:00

29 lines
411 B
CSS

article {
max-width: 80ch;
display: flex;
flex-direction: column;
row-gap: 15px;
}
#recipe-header {
display: flex;
flex-direction: column;
}
#recipe-header > div {
display: flex;
justify-content: space-between;
align-items: center;
}
#star-label {
display: flex;
align-items: center;
column-gap: 3px;
}
#main-image {
width: 100%;
object-fit: cover;
}