Goods.module.css 220 B

12345678910
  1. .goods_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: 200px;
  9. padding-left: 0;
  10. }