mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Game logic done
This commit is contained in:
@@ -48,7 +48,7 @@ header h2 {
|
||||
.puzzleWord {
|
||||
font-family: "Rambla", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 60pt;
|
||||
font-size: 50pt;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: 70vw;
|
||||
@@ -59,7 +59,10 @@ header h2 {
|
||||
width: 3vw;
|
||||
height: 70pt;
|
||||
margin-left: 2vw;
|
||||
border-bottom: 3px solid #000;
|
||||
border-bottom: 5px solid #000;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.puzzleWord .counter {
|
||||
font-size: 40pt;
|
||||
|
||||
Reference in New Issue
Block a user