From 048c5c095286b17aebeec073e5a60ab65ee05fc3 Mon Sep 17 00:00:00 2001 From: Starryu-cn <39699309+Starryu-cn@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:05:24 +0800 Subject: [PATCH] Update home.module.scss --- app/components/home.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index d231e8167..cb7574967 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -102,7 +102,7 @@ } .sidebar-title { - font-size: 20px; + font-size: 30px; font-weight: bold; margin-top: -20px; /* 使用负数值将标题向上移动,例如:-10px */ }