From 0613e035b20d4319df3936c9f2e7387fed3e3e65 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Wed, 29 Dec 2021 15:23:20 +0800 Subject: [PATCH] medium font size for various occurances --- components/Auth.tsx | 4 ++-- config/site.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Auth.tsx b/components/Auth.tsx index 1f7d80c..ba4b4d4 100644 --- a/components/Auth.tsx +++ b/components/Auth.tsx @@ -21,7 +21,7 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => {
Enter Password
-

+

This route (the folder itself and the files inside) is password protected. If you know the password, please enter it below.

@@ -44,7 +44,7 @@ const Auth: FunctionComponent<{ redirect: string }> = ({ redirect }) => { }} />