♻️ (note) refacto note width

This commit is contained in:
2021-04-04 10:17:20 +02:00
parent 964ddc7ca7
commit 24668fb23d
2 changed files with 3 additions and 2 deletions

View File

@@ -204,8 +204,8 @@ $header-height: 40px;
} }
.note { .note {
min-width: 620px; min-width: var(--note-width);
max-width: 620px; max-width: var(--note-width);
} }
} }

View File

@@ -18,6 +18,7 @@ $family-primary: 'Courier Prime', monospace;
--font-family: var(#{$family-primary}); --font-family: var(#{$family-primary});
--font-color: #4a4a4a; --font-color: #4a4a4a;
--background-color: white; --background-color: white;
--note-width: 620px;
} }
@import '~bulma/bulma.sass'; @import '~bulma/bulma.sass';