💄 (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;

View File

@@ -74,7 +74,7 @@ $border-color: rgba(18, 19, 58, 0.2);
}
section {
padding: 0 1rem;
padding: 0 1rem 2rem;
}
}
@@ -104,7 +104,7 @@ $border-color: rgba(18, 19, 58, 0.2);
}
section {
padding: 1rem 0;
padding: 1rem 0 2rem;
}
}
}