mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Input for mobile users done
This commit is contained in:
23
build/sass/_app.scss
Normal file
23
build/sass/_app.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.app {
|
||||
|
||||
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 'puzzleWord';
|
||||
@import 'current-score';
|
||||
@import 'categories';
|
||||
Reference in New Issue
Block a user