diff options
Diffstat (limited to 'client/src/components/Editor/Editor.module.css')
-rw-r--r-- | client/src/components/Editor/Editor.module.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/components/Editor/Editor.module.css b/client/src/components/Editor/Editor.module.css index 1ea51ff..992f67f 100644 --- a/client/src/components/Editor/Editor.module.css +++ b/client/src/components/Editor/Editor.module.css @@ -22,6 +22,7 @@ } .codespace__textarea { + display: block; caret-color: var(--color-light); background: transparent; position: absolute; @@ -31,6 +32,7 @@ width: calc(100% - 60.8px); height: 100%; font-size: 1rem; + font-family: "Roboto Mono", monospace; line-height: 1.5rem; resize: none; border: none; @@ -67,9 +69,6 @@ } @media screen and (max-width: 768px) { - .editor { - padding: 20px 20px 0 0px; - } .btn__save { bottom: 2rem; |