diff --git a/static/css/editor.css b/static/css/editor.css index 3a2f7c7e..a1fb49fb 100644 --- a/static/css/editor.css +++ b/static/css/editor.css @@ -15,3 +15,14 @@ .note-modal-content * { color: black !important; } + +.note-editor { + width: 45rem; + margin: auto; +} + +@media screen and (max-width: 900px) { + .note-editor { + width: 90%; + } +}