Add Words logic done and solved some bugs from Add Category

This commit is contained in:
2021-10-23 19:06:51 -03:00
parent 0b97c3b942
commit 91ae4acab2
13 changed files with 332 additions and 57 deletions

View File

@@ -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;
}
}
}
}