improve styling

This commit is contained in:
Philipp Kühn
2020-04-18 17:54:00 +02:00
parent 2529b9b76f
commit 1cbe32a357
5 changed files with 27 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
.doc-page {
&__markdown ::v-deep {
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
}
> * + * {
margin-top: 1.5em;
}
}
}