Skip to content

Commit

Permalink
Update Game.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBergqvist committed Jun 6, 2024
1 parent 45123db commit 4fba47a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/Game.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,17 @@ img {
width: 110px;
}

.num-cards-button-container > button {
font-size: 3.5em;
margin-left: 0.2em;
margin-right: 0.2em;
margin-top: 0.5em;
border-radius: 5px;
background-color:bisque;
.num-cards-button-container {
button {
font-size: 3.5em;
margin-left: 0.2em;
margin-right: 0.2em;
margin-top: 0.5em;
border-radius: 5px;
background-color:bisque;
color: black;
padding: 10px;
}
}

.matched {
Expand Down

0 comments on commit 4fba47a

Please sign in to comment.