Merge pull request #3774 from Human-Connection/3628-increase-header-ruler-margin

feat: 🍰 Increase Margin Of Header And Ruler For Better Legibility
This commit is contained in:
Wolfgang Huß 2020-08-05 11:28:04 +02:00 committed by GitHub
commit c734463c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,3 +39,10 @@ export default {
},
}
</script>
<style lang="scss">
.ProseMirror h3,
.ProseMirror h4,
.ProseMirror hr {
margin: 24px 0 8px;
}
</style>