mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Logic for bring the words from Firebase done
This commit is contained in:
@@ -5,7 +5,7 @@ html, body {
|
||||
|
||||
header {
|
||||
border-bottom: 1px solid #c8c8c8;
|
||||
height: 10vh;
|
||||
height: 15vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
header {
|
||||
border-bottom: 1px solid rgb(200, 200, 200);
|
||||
|
||||
height: 10vh;
|
||||
height: 15vh;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user