version 5, updated
This commit is contained in:
+2
-4
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user