aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/theme/index.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/.vitepress/theme/index.css b/docs/.vitepress/theme/index.css
index 913d764e..9e7f65fb 100644
--- a/docs/.vitepress/theme/index.css
+++ b/docs/.vitepress/theme/index.css
@@ -2,6 +2,14 @@ table td * {
display: inline;
}
+table td ul {
+ display: block;
+}
+
+table td ul li {
+ display: list-item;
+}
+
.nav-bar-title .logo {
min-height: 2rem;
}