Added a basic item add page/route

This commit is contained in:
2022-11-02 13:45:40 -04:00
parent 3c0ebc7001
commit aa980948d8
11 changed files with 2405 additions and 63 deletions

View File

@ -53,3 +53,9 @@ body{
}
}
}
#main-content{
margin-top: 25px;
padding: 15px 25px;
background: white;
}