diff --git a/src/App.css b/src/App.css index 54ef73f..356a413 100644 --- a/src/App.css +++ b/src/App.css @@ -8,8 +8,9 @@ height: 100vh; } -/* center the editor inside the #root */ +/* center the jditor inside the #root */ #editor { + padding: 1rem; margin: 0 auto; width: 100%; max-width: 800px;