ESPTrainer built with Meteor and React

Board.scss 252B

1234567891011121314151617
  1. .board {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. .squares {
  6. display: flex;
  7. flex-direction: column;
  8. .row {
  9. display: flex;
  10. justify-content: center;
  11. }
  12. }
  13. }