Remove spacing and border from some headers
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m0s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m0s
This commit is contained in:
parent
61fdffe4df
commit
854e2be82c
1 changed files with 5 additions and 7 deletions
|
@ -321,8 +321,8 @@ a.title {
|
||||||
margin-left: calc(-1em - 23px);
|
margin-left: calc(-1em - 23px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.vp-doc :not(h1) > .header-anchor {
|
.vp-doc .header-anchor {
|
||||||
top: 24px;
|
top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.VPSidebar {
|
.VPSidebar {
|
||||||
|
@ -530,11 +530,9 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
.VPDoc h2, .VPDoc h3, .VPDoc h4, .VPDoc h5, .VPDoc h6 {
|
.VPDoc h2, .VPDoc h3, .VPDoc h4, .VPDoc h5, .VPDoc h6 {
|
||||||
margin-top: -3px !important;
|
margin-top: 30px !important;
|
||||||
padding-top: 23px !important;
|
margin-bottom: -30px !important;
|
||||||
border-top-style: solid !important;
|
border: none !important;
|
||||||
border-top-width: 10px !important;
|
|
||||||
border-image: url(/button.svg) 10 10 10 10 stretch stretch !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
Loading…
Add table
Reference in a new issue