Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
alok1304 authored Jul 12, 2024
1 parent 615d100 commit 4e3277c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ body{
}

#pieces img {
width: 85px;
height: 85px;
width: 85.9px;
height: 85.9px;
border: 0.7px solid yellow;
}

Expand All @@ -144,8 +144,8 @@ body{
}

#board img {
width: 85px;
height: 85px;
width: 85.9px;
height: 85.9px;
border: 0.7px solid yellow;
}
}
Expand Down Expand Up @@ -197,4 +197,4 @@ body{
.instruction h1 {
font-weight: bold;
color: rgb(162, 20, 67);
}
}

0 comments on commit 4e3277c

Please sign in to comment.