Added and linked todo list to the project list

This commit is contained in:
Paolo Arena
2019-04-03 02:48:05 +02:00
parent 7cacf5c6ea
commit fe600f40a6
34 changed files with 493 additions and 153 deletions

View File

@@ -2,9 +2,9 @@
min-width: 350px;
}
.flex-container{
.flex-container, .flex-container_col{
background-color: rgb(250, 250, 250);
padding: 4px;
padding: 2px 4px 2px 4px;
margin: 2px;
display: flex;
align-items: center;
@@ -12,6 +12,9 @@
justify-content: space-between;
}
.flex-container_col {
flex-direction: column;
}
.mycard {
@@ -113,6 +116,7 @@
.flex-icon{
padding: 3px;
font-size: 1.5rem;
}
.titleSubMenu {