Skip to content

Commit

Permalink
feat(editor): revise indent spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Aug 27, 2024
1 parent f1e866d commit 85b6b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ArticleDetail/Content/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.indented {
& > p {
text-indent: 2em;
text-indent: 2.25rem;
}
}

Expand Down

0 comments on commit 85b6b54

Please sign in to comment.