From 8e32b28caa39a53c24749ac93d8df2ddcbafe412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:25:50 +0800 Subject: [PATCH] center --- docs/index.html | 2 +- docs/style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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