From a58fda609f3d61c0e231d64609aed69c48de0a77 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 15 Aug 2022 10:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9Aunplugin-vue-compone?= =?UTF-8?q?nts=20=E4=BC=A0=E9=80=92=E4=BE=9D=E8=B5=96=20normalize-path(nor?= =?UTF-8?q?malize.css)=E9=80=A0=E6=88=90=E7=9A=84=20CSS=20=E6=B1=A1?= =?UTF-8?q?=E6=9F=93=E5=85=A8=E5=B1=80=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/styles/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vitepress/theme/styles/custom.css b/docs/.vitepress/theme/styles/custom.css index 8768db1e1..c75fd1442 100644 --- a/docs/.vitepress/theme/styles/custom.css +++ b/docs/.vitepress/theme/styles/custom.css @@ -1,3 +1,7 @@ +body { + font-size: 16px; +} + .vp-doc h2 { margin: 15px 0 16px; padding-top: 10px;