alexzherdev/foosballtracker

View on GitHub
src/css/home.scss

Summary

Maintainability
Test Coverage
.home {
  .stats-summary {
    .table {
      width: 50%;

      td {
        width: 50%;
      }

      tr:first-child td {
        border: 0;
      }
    }
  }
}