💄 (note) add padding bottom

This commit is contained in:
Julien Calixte
2021-03-21 11:07:40 +01:00
parent e96253959d
commit 4a812e78dc
2 changed files with 6 additions and 2 deletions

View File

@@ -105,6 +105,10 @@ $header-height: 40px;
}
}
.note-display {
padding-bottom: 2rem;
}
.note {
text-align: left;
overflow-y: auto;