From 4bdb77287866c47f5b61d6472b3ff9cc4020f35e Mon Sep 17 00:00:00 2001 From: Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:22:00 +0200 Subject: fix: about page crash, update packages (#181) --- frontend/src/components/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/main.css') diff --git a/frontend/src/components/main.css b/frontend/src/components/main.css index 9e9be86..48e6379 100644 --- a/frontend/src/components/main.css +++ b/frontend/src/components/main.css @@ -10,7 +10,7 @@ main { padding-right: 30px; - /* font-size: 40px; */ + font-size: 40px; font-family: BarlowSemiCondensed-Regular; color: #cdcfdf; -- cgit v1.2.3