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> </script>
<style lang="scss"> <style lang="scss">
h3, .ProseMirror h3,
h4, .ProseMirror h4,
hr { .ProseMirror hr {
margin: 8px 0; margin: 24px 0 8px;
} }
</style> </style>