Skip to content

Commit

Permalink
[epicmaxco#1479] vuestic docs website tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aluarius committed Apr 1, 2022
1 parent b2cd419 commit 226a8ce
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/docs/src/components/DocsContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,19 @@ export default defineComponent({
},
})
</script>

<style lang="scss">
.va-content p {
font-size: 1.2rem;
}
.va-content h5 {
margin-top: 4rem;
line-height: 1.25;
&:first-of-type {
margin-top: 1.25rem;
margin-bottom: 0.75rem;
}
}
</style>

0 comments on commit 226a8ce

Please sign in to comment.