Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into feature/landingpage

This commit is contained in:
Philipp Kühn
2021-02-02 15:08:46 +01:00
23 changed files with 201 additions and 134 deletions

View File

@@ -266,6 +266,15 @@ export default {
padding: 0 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.1;
}
code {
background-color: rgba(#616161, 0.1);
color: #616161;