We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387b216 commit 24f859cCopy full SHA for 24f859c
memory-card-game/memory-card-game.css
@@ -141,17 +141,13 @@ span.moves {
141
display: flex;
142
justify-content: center;
143
align-items: center;
144
- /* width: 80px;
145
- height: 80px; */
146
width: 105px;
147
height: 105px;
148
border: 4px solid #000;
149
cursor: pointer;
150
}
151
152
.game-grid>div img {
153
- /* width: 75px;
154
- height: 75px; */
155
width: 100px;
156
height: 100px;
157
0 commit comments