From dd4bd719c5a6ab6d4f8eecd3f72e57b7b792deb5 Mon Sep 17 00:00:00 2001 From: infidel Date: Tue, 12 Apr 2022 16:58:38 +0700 Subject: [PATCH] change intro-and-nav font size into 1rem --- assets/css/template-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 942fbcf..bf757a8 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -321,7 +321,7 @@ caption { overflow-x: hidden; } .intro-and-nav { - font-size: 0.8rem; + font-size: 1rem; width: 15rem; height: 100vh; position: fixed;