Changed top margin to a higher value as compared to margin bottom

This commit is contained in:
Ritesh 2020-08-05 13:55:12 +05:30
parent a8b3da30d6
commit c3265f53ab

View File

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