diff --git a/src/components/Board/Board.css b/src/components/Board/Board.css
index 0b3bd3e..cda5b25 100644
--- a/src/components/Board/Board.css
+++ b/src/components/Board/Board.css
@@ -1,11 +1,11 @@
.board-outer {
display: grid;
- grid-template-columns: 560px 500px;
+ grid-template-columns: 560px 250px;
grid-template-rows: 480px 160px;
grid-template-areas:
"board table"
"state action";
- width: 1060px;
+ width: 810px;
border: 5px solid black;
background-color: blue;
margin-top: 30px;
@@ -39,7 +39,7 @@
}
.action-button {
- width: 160px;
+ width: 120px;
height: 60px;
font-size: larger;
border: 3px solid black;
@@ -119,11 +119,10 @@ th, td {
width: 100%;
border: 3px solid black;
background-color: lightgray;
- text-align: left;
+ text-align: center;
}
table .action-button{
- text-align: left;
font-size: medium;
width: auto;
height: 30px;
diff --git a/src/components/Board/Board.jsx b/src/components/Board/Board.jsx
index eb6fcb6..8e4ab22 100644
--- a/src/components/Board/Board.jsx
+++ b/src/components/Board/Board.jsx
@@ -194,7 +194,7 @@ function TurnDisplay() {
turn
- state
+ column