Added 'add task' functionality

This commit is contained in:
2023-07-29 19:25:37 +01:00
parent 453f62cfae
commit 75413b2c5e
3 changed files with 34 additions and 3 deletions

View File

@@ -60,4 +60,8 @@ pre {
padding: 0;
background: white;
border-radius: 0;
}
#taskCard {
margin-top: 45%;
}