common.css 310 B

12345678910111213141516171819202122232425
  1. .ch-grid {
  2. margin: 20px 0 0 0;
  3. padding: 0;
  4. list-style: none;
  5. display: block;
  6. text-align: center;
  7. width: 100%;
  8. }
  9. .ch-grid:after,
  10. .ch-item:before {
  11. content: '';
  12. display: table;
  13. }
  14. .ch-grid:after {
  15. clear: both;
  16. }
  17. .ch-grid li {
  18. width: 250px;
  19. height: 250px;
  20. display: inline-block;
  21. margin: 20px;
  22. }