recipeDetails.css 346 B

1234567891011121314151617181920
  1. #recipeDetails{
  2. flex-direction: column;
  3. align-items: center;
  4. width: 100%;
  5. }
  6. #recipeIngredientList{
  7. width: 100%;
  8. }
  9. #recipePrice{
  10. display: flex;
  11. flex-direction: column;
  12. align-items: center;
  13. }
  14. #recipePrice p{
  15. font-size: 25px;
  16. font-weight: bold;
  17. }