From 9e700ba4b42dd9796b45e827aeeaee07fe6fa76f Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 10 Dec 2024 02:36:56 +0700 Subject: [PATCH] Adjust font size in homePage --- src/css/global.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/css/global.css b/src/css/global.css index cf75fe5..99e3c10 100644 --- a/src/css/global.css +++ b/src/css/global.css @@ -4,6 +4,7 @@ --black: 0, 0, 0; --white: 255, 255, 255; font-family: "Source Sans 3"; + font-size: 16pt; } html * { @@ -13,6 +14,10 @@ html * { body { margin: 0; - } +.title { + font-size: 36pt; + font-weight: 900; + text-align: center; +}