ESPTrainer built with Meteor and React

Board.scss 280B

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