website/src/templates/notes.module.css

13 lines
152 B
CSS

.note-title {
display: flex;
justify-content: space-between;
}
.prev-page-link {
margin-right: 10px;
}
.next-page-link {
margin-left: 10px;
}