index.scss 134 B

12345678910
  1. .single-drop-list {
  2. width: 100%;
  3. display: flex;
  4. align-items: center;
  5. justify-content: flex-start;
  6. }
  7. page {
  8. height: 100%;
  9. }