version 5, updated

This commit is contained in:
2026-05-15 20:58:17 +03:00
parent f9069e24ba
commit d25f15bd04
4 changed files with 20 additions and 12 deletions
+2 -4
View File
@@ -8,13 +8,12 @@ h1 {
}
.game-board {
.main {
display: flex;
justify-content: space-between;
align-items: center;
width: 600px;
margin: 20px auto;
margin: auto;
}
.box {
@@ -46,7 +45,6 @@ h1 {
.card-imgs {
display: flex;
flex-direction: row;
justify-content: center;
gap: 20px;
}