diff --git a/src/arenas/Battleship/style.css b/src/arenas/Battleship/style.css index 8b4746c..3a0bd6a 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -1,7 +1,7 @@ article p {width: 100%;} article p label {float:left; text-align:right; width:60%} article p select {} -td{min-width: 10px; height: 10px;} -.battleshipGrid{float: left; border-collapse:collapse;} +td{min-width: 15px; height: 15px;} +.battleshipGrid{float: left; border-collapse:collapse; margin: 20px 20px 20px 20px;} .battleshipGrid tr{} .battleshipGrid tr td{border: 1px dashed green;} \ No newline at end of file