| 1234567891011121314151617181920 |
- #recipeDetails{
- flex-direction: column;
- align-items: center;
- width: 100%;
- }
- #recipeIngredientList{
- width: 100%;
- }
- #recipePrice{
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- #recipePrice p{
- font-size: 25px;
- font-weight: bold;
- }
|