HorizontalContainer.css 213 B

123456789101112
  1. .HorizontalContainer {
  2. background-color: #eceff1;
  3. padding: 0;
  4. margin: 0;
  5. list-style: none;
  6. display: flex;
  7. align-items: stretch;
  8. justify-content: flex-start;
  9. }
  10. .HorizontalItem {
  11. /*margin-top:50px;*/
  12. }