mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
23 lines
326 B
SCSS
23 lines
326 B
SCSS
.game-container {
|
|
|
|
display: flex;
|
|
justify-content: space-around;
|
|
|
|
margin-top: 2vh;
|
|
|
|
.column-1 {
|
|
|
|
}
|
|
|
|
.column-2 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
|
|
@import 'hangman';
|
|
@import 'word';
|
|
@import 'current-score';
|
|
@import 'categories'; |