Added and linked todo list to the project list
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user