From e942f0a5c2ef59855606673e6cb92d25652d4252 Mon Sep 17 00:00:00 2001 From: Leon Xu Date: Sat, 7 May 2022 12:30:24 -0700 Subject: [PATCH] doc: add text-align style to h1 --- src/Auth/Login.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Auth/Login.css b/src/Auth/Login.css index 5fe1563..c63dce7 100644 --- a/src/Auth/Login.css +++ b/src/Auth/Login.css @@ -36,7 +36,8 @@ } .login__container > h1 { - font-weight: 500; + font-weight: 800; + text-align: center; margin-bottom: 20px; }