Skip to content

Commit 4fba47a

Browse files
committed
Update Game.css
1 parent 45123db commit 4fba47a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/Game.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,17 @@ img {
4848
width: 110px;
4949
}
5050

51-
.num-cards-button-container > button {
52-
font-size: 3.5em;
53-
margin-left: 0.2em;
54-
margin-right: 0.2em;
55-
margin-top: 0.5em;
56-
border-radius: 5px;
57-
background-color:bisque;
51+
.num-cards-button-container {
52+
button {
53+
font-size: 3.5em;
54+
margin-left: 0.2em;
55+
margin-right: 0.2em;
56+
margin-top: 0.5em;
57+
border-radius: 5px;
58+
background-color:bisque;
59+
color: black;
60+
padding: 10px;
61+
}
5862
}
5963

6064
.matched {

0 commit comments

Comments
 (0)