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 13, 2024
1 parent 144e92a commit 9f9006f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ body{

@media screen and (max-width: 800px) {
#pieces {
width: 349px;
height: 349px;
width: 350px;
height: 350px;
border: 2px solid purple;
margin: 0 auto;
display: flex;
Expand All @@ -134,8 +134,8 @@ body{
}

#board {
width: 349px;
height: 349px;
width: 350px;
height: 350px;
border: 2px solid purple;
margin: 0 auto;
display: flex;
Expand All @@ -152,8 +152,8 @@ body{

@media screen and (max-width: 400px) {
#pieces {
width: 249px;
height: 249px;
width: 250px;
height: 250px;
border: 2px solid purple;
margin: 0 auto;
display: flex;
Expand All @@ -167,8 +167,8 @@ body{
}

#board {
width: 249px;
height: 249px;
width: 250px;
height: 250px;
border: 2px solid purple;
margin: 0 auto;
display: flex;
Expand Down

0 comments on commit 9f9006f

Please sign in to comment.