notes page css

This commit is contained in:
yequari 2024-05-05 21:43:55 -07:00
parent 903fc49fd6
commit aab9a63c5d
1 changed files with 11 additions and 0 deletions

11
static/css/custom.css Normal file
View File

@ -0,0 +1,11 @@
.notes-list {
display: flex;
flex-flow: row wrap;
}
.notes-tag {
flex: 1 3 300px;
border: 1px dotted gray;
margin: 10px;
padding: 0 10px;
}