add margin above section body in man page
authorDan Allen <dan@opendevise.com>
Sun, 19 Sep 2021 08:40:08 +0000 (02:40 -0600)
committerDan Allen <dan@opendevise.com>
Sun, 19 Sep 2021 08:40:08 +0000 (02:40 -0600)
src/css/doc.css

index 33fb21e..ebf288f 100644 (file)
   margin-top: -0.5rem;
 }
 
+.doc > h2#name + .sectionbody {
+  margin-top: 1rem;
+}
+
 #preamble + .sect1,
 .doc .sect1 + .sect1 {
   margin-top: 2rem;