diff --git a/docs/index.html b/docs/index.html index 54d9ca94..ece1f397 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,7 +70,7 @@
- +
diff --git a/docs/style.css b/docs/style.css index cedca972..682f7491 100644 --- a/docs/style.css +++ b/docs/style.css @@ -120,4 +120,12 @@ white-space: nowrap; +} + +main{ + min-height: 0vh; +} + +main .markdown-section{ + display: none; } \ No newline at end of file