docs: add padding between functions list

This commit is contained in:
Ali Chraghi 2022-08-18 22:02:02 +04:30 committed by GitHub
parent f6459721e5
commit 51b2aa1643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);