.board{display:grid;grid-template-columns:repeat(3, 100px);grid-template-rows:repeat(3, 100px);gap:5px}@media screen and (min-width: 1200px){.board{grid-template-columns:repeat(3, 200px);grid-template-rows:repeat(3, 200px)}}.cell{width:100px;height:100px;background-color:#fff;border:1px solid #000;display:flex;justify-content:center;align-items:center;font-size:84px;cursor:pointer}@media screen and (min-width: 1200px){.cell{width:200px;height:200px}}.info{font-weight:bold}/*# sourceMappingURL=tictactoe.css.map */
