mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Add Words logic done and solved some bugs from Add Category
This commit is contained in:
@@ -88,9 +88,20 @@
|
||||
|
||||
form {
|
||||
|
||||
input[type="text"] {
|
||||
.frist-row {
|
||||
|
||||
margin-bottom: 1vh;
|
||||
margin-bottom: 3vh;
|
||||
}
|
||||
|
||||
.frist-row, .second-row {
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
input[type="text"] {
|
||||
|
||||
margin-bottom: 1vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
max-height: 250px;
|
||||
|
||||
margin: 0px 3vw;
|
||||
margin-bottom: 5vh;
|
||||
|
||||
font-size: 1.5vw;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user