Commit 51b2aa1643

Ali Chraghi <63465728+alichraghi@users.noreply.github.com>
2022-08-18 19:32:02
docs: add padding between functions list
1 parent f645972
Changed files (1)
lib
lib/docs/index.html
@@ -352,6 +352,10 @@
         box-shadow: inset 0 -0.2em 0 #c6cbd1;
         cursor: default;
       }
+      
+      #listFns > div {
+        padding-bottom: 10px;
+      }
 
       #listFns dt {
         font-family: var(--mono);