♻️ (note) refacto note width
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user