statistics.css 187 B

1234567891011
  1. .container .item {
  2. width: 50%;
  3. box-sizing: border-box;
  4. }
  5. .profit-container .item {
  6. width: 33.33%;
  7. }
  8. .container .title {
  9. border-style: solid;
  10. border-width: 0 0 0 3px;
  11. }