recipeBook.css 218 B

123456789101112
  1. #recipeBookStrand{
  2. display: none;
  3. align-items: center;
  4. }
  5. #recipeList{
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. width: 50%;
  10. overflow-y: auto;
  11. }