recipeDetails.css 390 B

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