pull/3/head
Zef Hemel 2022-02-23 08:48:21 +01:00
parent 5e3bdca3ee
commit 6158713dd1
2 changed files with 13 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -51,9 +51,16 @@ body {
font-size: var(--ident); font-size: var(--ident);
} }
@media only screen and (max-width: 800px) {
.cm-editor .cm-content {
margin: 0 10px !important;
}
}
.cm-editor .cm-content { .cm-editor .cm-content {
font-family: var(--editor-font); font-family: var(--editor-font);
margin: 5px; margin: auto;
max-width: 800px;
} }
.cm-editor .cm-selectionBackground { .cm-editor .cm-selectionBackground {
@ -90,6 +97,11 @@ body {
color: orange; color: orange;
} }
/* .cm-editor .cm-line {
padding-left: 50px;
max-width: 800px;
} */
.cm-editor .line-code { .cm-editor .line-code {
background-color: #efefef; background-color: #efefef;
margin-left: 30px; margin-left: 30px;