Files
Hangman-game-with-React/public/sass/_hangman.scss

8 lines
74 B
SCSS

.hangman {
user-select: none;
img {
width: 20vw;
}
}