Files
Hangman-game-with-React/public/sass/_game-container.scss
2021-10-19 16:23:50 -03:00

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';