mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
17 lines
256 B
SCSS
17 lines
256 B
SCSS
.letters-registered {
|
|
margin: 0px 5vw;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-family: 'Times New Roman', Times, serif;
|
|
color: rgb(145, 140, 108);
|
|
font-size: 50pt;
|
|
|
|
height: 20vh;
|
|
|
|
span {
|
|
margin-left: 1vw;
|
|
}
|
|
} |