♻️ (note) refacto note width
This commit is contained in:
@@ -204,8 +204,8 @@ $header-height: 40px;
|
||||
}
|
||||
|
||||
.note {
|
||||
min-width: 620px;
|
||||
max-width: 620px;
|
||||
min-width: var(--note-width);
|
||||
max-width: var(--note-width);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ $family-primary: 'Courier Prime', monospace;
|
||||
--font-family: var(#{$family-primary});
|
||||
--font-color: #4a4a4a;
|
||||
--background-color: white;
|
||||
--note-width: 620px;
|
||||
}
|
||||
|
||||
@import '~bulma/bulma.sass';
|
||||
|
||||
Reference in New Issue
Block a user