docs: add margin top to h1 elements
This commit is contained in:
@@ -21,4 +21,8 @@ import ParentLayout from '@vuepress/theme-default/lib/client/layouts/Layout.vue'
|
|||||||
border-top: 1px solid var(--c-border);
|
border-top: 1px solid var(--c-border);
|
||||||
transition: border-color var(--t-color);
|
transition: border-color var(--t-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-default-content:not(.custom) h1:first-of-type {
|
||||||
|
margin-top: var(--navbar-height);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user