From: Zac Dover Date: Tue, 10 Jan 2023 18:48:32 +0000 (+1000) Subject: doc/css: add top-bar padding for h3 html element X-Git-Tag: v18.1.0~546^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49700%2Fhead;p=ceph.git 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 --- diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index 3a8dd5539ac49..2a37cab999590 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -6,6 +6,10 @@ h2 { scroll-margin-top: 4em; } +h3 { + scroll-margin-top: 4em; +} + section { scroll-margin-top: 4em; }