ceph-mirror/doc/_static/css/custom.css
Zac Dover af048ca911 doc/css: Add scroll-margin-top to h2 html element
Add "scroll-margin-top: 4em;" to the h2 html element's definition in
custom.css. This moves the text under all h2 html elements out of the
way of the sticky-header-style top bar, which previously obscured the
text.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
2023-01-07 02:24:39 +10:00

21 lines
278 B
CSS

dt {
scroll-margin-top: 3em;
}
h2 {
scroll-margin-top: 4em;
}
section {
scroll-margin-top: 4em;
}
ul.simple > li > ul > li:last-child {
margin-block-end : 1em;
}
div.section > ul > li > p {
margin-block-start : 0.6em;
margin-block-end : 0.6em;
}