You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*- editor line width - default 700px -*/
|
|
body {
|
|
--file-line-width: 1200px;
|
|
}
|
|
|
|
/*- editor line width - fills entire editor -*/
|
|
body {
|
|
--file-line-width: auto;
|
|
}
|
|
/* .markdown-source-view,
|
|
.markdown-preview-view {
|
|
max-width: 1200px;
|
|
margin: auto;
|
|
} */
|