fix: smaller size for todo title

This commit is contained in:
Julien Calixte
2026-01-19 10:55:36 +01:00
parent 3e417ca271
commit 9f06c97028
3 changed files with 6 additions and 11 deletions

View File

@@ -39,7 +39,11 @@ const content = computedAsync(() => {
<style lang="scss">
.todo-notes {
flex: 1;
.note-display {
h1 {
font-size: 1.8rem;
}
}
input[type="checkbox"] {
margin-right: 0.5rem;