Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
justinakab committed Mar 10, 2024
1 parent 0e57d71 commit 79d8550
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MineSweeper/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
display: flex;
flex-wrap: wrap;
background-color: #90CFB9;
margin-top: 20px;
margin-bottom: 10px;
margin-top: 20px 10px 10px 10px;
}

.grid,
Expand Down

0 comments on commit 79d8550

Please sign in to comment.