]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/css: add top-bar padding for h3 html element 49700/head
authorZac Dover <zac.dover@gmail.com>
Tue, 10 Jan 2023 18:48:32 +0000 (04:48 +1000)
committerZac Dover <zac.dover@gmail.com>
Tue, 10 Jan 2023 18:48:32 +0000 (04:48 +1000)
Add "scroll-margin-top: 4em;" property to h3 html element.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/_static/css/custom.css

index 3a8dd5539ac4953fa6835f58735668c28372aaf8..2a37cab999590d2189f8ceaa8b9d5cb2ffe626f6 100644 (file)
@@ -6,6 +6,10 @@ h2 {
     scroll-margin-top: 4em; 
 }
 
+h3 {
+    scroll-margin-top: 4em; 
+}
+
 section {
     scroll-margin-top: 4em; 
 }