Skip to content

Commit

Permalink
Merge pull request #243 from YouSafe/main
Browse files Browse the repository at this point in the history
Fix wrong piece size
  • Loading branch information
qwerty084 committed Jan 3, 2024
2 parents 2e98547 + f5cc87f commit 120f6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TheChessboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ cg-board piece {
position: absolute;
top: 0;
left: 0;
width: 12%;
height: 12%;
width: 12.5%;
height: 12.5%;
background-size: cover;
z-index: 2;
will-change: transform;
Expand Down

0 comments on commit 120f6b8

Please sign in to comment.