]> git.cworth.org Git - lmno.games/blobdiff - tictactoe/tictactoe.css
Change styling to not put game info to the right of the board
[lmno.games] / tictactoe / tictactoe.css
index 10ad37052f266b90fcdd9a0c5509f5737a657404..d505c7ded3f4b356548b3b40b38c92f3c284dae4 100644 (file)
@@ -35,13 +35,3 @@ ol, ul {
 .kbd-navigation .square:focus {
   background: #ddd;
 }
-
-.game {
-  display: flex;
-  flex-direction: row;
-}
-
-.game-info {
-  margin-left: 20px;
-  margin-bottom: 20px;
-}