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