docs: update content

This commit is contained in:
Hans Pagel
2021-02-08 17:39:50 +01:00
parent 3e9a68cb35
commit d9ef464c45
12 changed files with 50 additions and 20 deletions

View File

@@ -25,7 +25,19 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
code {
background-color: rgba(#616161, 0.1);
color: #616161;
}
}
.content {
padding: 1rem 0 0;