board-state style change

main
selim 2025-01-03 05:07:38 +01:00
parent 2876efec35
commit 454157c278
1 changed files with 4 additions and 3 deletions

View File

@ -59,8 +59,9 @@
.board-state{ .board-state{
grid-area: state; grid-area: state;
margin-top: auto; width: 90%;
margin-bottom: auto; margin: auto;
} }
.board-state-line{ .board-state-line{
@ -73,7 +74,7 @@
} }
.board-state-action{ .board-state-action{
margin-right: 5%; margin-right: 2%;
} }
.board-state-action .action-button{ .board-state-action .action-button{