diff --git a/webapp/src/container/games/view/GameSelector.css b/webapp/src/container/games/view/GameSelector.css index 0c26dad..548dce9 100644 --- a/webapp/src/container/games/view/GameSelector.css +++ b/webapp/src/container/games/view/GameSelector.css @@ -30,14 +30,14 @@ .Selectable .Board { margin: 5px; + border: 0.5px solid #e4e4e4; } .Selectable .Board .Tile { - font-size: 33.3%; - line-height: 4px; - height: 4px; - width: 4px; - margin-right: -1px; - margin-top: -1px; + font-size: 50%; + line-height: 6px; + height: 6px; + width: 6px; + border: none; } .Selectable .Message {