diff --git a/src/arenas/connectFour/style.css b/src/arenas/connectFour/style.css index 247f3b0..8058b46 100644 --- a/src/arenas/connectFour/style.css +++ b/src/arenas/connectFour/style.css @@ -3,4 +3,4 @@ .battleGrid{display:table-cell; padding-left:10px; border-collapse:collapse; margin: 20px 20px 20px 20px;} .battleGrid tr{} -.battleGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;min-width:10px; min-height:10px;} \ No newline at end of file +.battleGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;min-width:20px; height:20px;} \ No newline at end of file