Organizated the files

This commit is contained in:
2021-10-19 14:30:18 -03:00
parent b9128d737e
commit 9425e27bd3
15 changed files with 50 additions and 24 deletions

View File

@@ -28,12 +28,12 @@ header h2 {
cursor: pointer;
}
.app {
.game-container {
display: flex;
justify-content: space-around;
margin-top: 2vh;
}
.app .column-2 {
.game-container .column-2 {
display: flex;
flex-direction: column;
justify-content: space-between;