Orders.module.css 284 B

12345678910111213141516
  1. .orders_list {
  2. font-family: 'Mountains of Christmas', cursive;
  3. list-style: none;
  4. display: flex;
  5. justify-content: space-around;
  6. flex-wrap: wrap;
  7. padding-bottom: 10px;
  8. padding-top: 100px;
  9. padding-left: 0;
  10. }
  11. @media (min-width: 767px) {
  12. }
  13. @media (min-width: 1400px) {
  14. }