Minor fixes

This commit is contained in:
2022-05-02 01:48:07 -04:00
parent 8d0c99b4b6
commit f103dc7bed
4 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -17,6 +17,8 @@
else
{
<LayoutMediumContentComponent>
<WebsiteTitleComponent>Notes</WebsiteTitleComponent>
<PaperComponent>
@foreach (var noteSection in NoteService.NoteSectionModels)
@@ -40,7 +42,10 @@ else
<style>
.noteSectionContainer {
width: 100%;
padding: 8px;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
padding-bottom: 64px;
}
.noteSectionTitle {