From 09265b654040aa8f861ad5b76389692b2bbca294 Mon Sep 17 00:00:00 2001
From: Xingan Zhao <2081098605@qq.com>
Date: Sat, 28 Sep 2024 11:45:13 +0800
Subject: [PATCH] adjust font size

---
 src/containers/App/App.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index 9d4645f..319ffca 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -38,25 +38,25 @@ body [onclick] {
 }
 
 h1 {
-  font-size: 2rem;
+  font-size: 2.5em !important;
   font-weight: bold;
   line-height: 1.5;
 }
 
 h2 {
-  font-size: 1.6rem;
+  font-size: 2em !important;
   font-weight: bold;
   line-height: 1.5;
 }
 
 h3 {
-  font-size: 1.3rem;
+  font-size: 1.7em !important;
   font-weight: bold;
   line-height: 1.5;
 }
 
 h4 {
-  font-size: 1.2rem;
+  font-size: 1.5em !important;
   font-weight: bold;
   line-height: 1.5;
 }
-- 
GitLab