yequari.com/static/css/custom.css

12 lines
153 B
CSS

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