newRecipe.css 222 B

123456789101112131415
  1. #addRecipe{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. width: 100%;
  6. padding-bottom: 50px;
  7. }
  8. #recipeChoices{
  9. width: 40%;
  10. }
  11. #newRecipeData{
  12. width: 60%;
  13. }