diff --git a/.DS_Store b/.DS_Store index 35cd5fb6..ae40ef6b 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/webapp/src/styles.css b/webapp/src/styles.css index 74daa767..8868f3cc 100644 --- a/webapp/src/styles.css +++ b/webapp/src/styles.css @@ -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;