From 033a17e3554366959fc5e3d7f822d812ed3e9ef8 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 17 Feb 2025 21:08:40 -0500 Subject: [PATCH] Increase home link font size. --- default_environment/stylesheet/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_environment/stylesheet/main.css b/default_environment/stylesheet/main.css index 95473df..1e4b4bf 100644 --- a/default_environment/stylesheet/main.css +++ b/default_environment/stylesheet/main.css @@ -73,7 +73,7 @@ body { border-bottom: 0.1rem solid var(--header-divider-color); .home_link { - font-size: 1.2rem; + font-size: 2rem; font-weight: 600; text-decoration: none;