docs: add margin top to h1 elements

This commit is contained in:
bcakmakoglu
2022-05-29 18:37:12 +02:00
parent 3828378355
commit 700156f16f
@@ -21,4 +21,8 @@ import ParentLayout from '@vuepress/theme-default/lib/client/layouts/Layout.vue'
border-top: 1px solid var(--c-border);
transition: border-color var(--t-color);
}
.theme-default-content:not(.custom) h1:first-of-type {
margin-top: var(--navbar-height);
}
</style>