mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
doc/css: add top-bar padding for h3 html element
Add "scroll-margin-top: 4em;" property to h3 html element. Signed-off-by: Zac Dover <zac.dover@gmail.com>
This commit is contained in:
parent
7c9cfc9013
commit
c28cb53390
4
doc/_static/css/custom.css
vendored
4
doc/_static/css/custom.css
vendored
@ -6,6 +6,10 @@ h2 {
|
||||
scroll-margin-top: 4em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
scroll-margin-top: 4em;
|
||||
}
|
||||
|
||||
section {
|
||||
scroll-margin-top: 4em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user