Skip to content

Commit

Permalink
Add padding around the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed May 4, 2024
1 parent 770236f commit 20e4b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 20e4b5c

Please sign in to comment.