improve styling
This commit is contained in:
17
docs/src/templates/DocPage/style.scss
Normal file
17
docs/src/templates/DocPage/style.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.doc-page {
|
||||
&__markdown ::v-deep {
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
> * + * {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user