docs: update content

This commit is contained in:
Hans Pagel
2020-11-18 12:34:48 +01:00
parent 00e3dc7860
commit f850a6903f
5 changed files with 45 additions and 3 deletions

View File

@@ -57,3 +57,17 @@ export default {
},
}
</script>
<style lang="scss">
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
img {
max-width: 100%;
height: auto;
}
}
</style>