Added pages to list projects and create new ones

This commit is contained in:
2023-11-26 02:07:20 -05:00
parent df2a96c3b4
commit ecc48226a7
7 changed files with 145 additions and 5 deletions

View File

@ -12,6 +12,12 @@ body{
background: #eee;
}
textarea{
max-width: 100%;
min-width: 100%;
height: 100px;
}
.container{
max-width: 1024px;
}